AliyunPlayer  v5.2.0
Aliyun Player API Reference Manual for Windows Platforms
AliPlayer.h File Reference

Classes

class  alivc_player::AliPlayer
 

Namespaces

 alivc_player
 

Typedefs

typedef void ALIVC_EXTERN(* alivc_player::ApsaraPlayerLogCallback) (void *userData, int prio, char *buf)
 
typedef bool ALIVC_EXTERN(* alivc_player::AudioRenderingCallback) (void *userData, int64_t pts, void *pcmData, int sampleRate, int nbSamples, int channels, int format)
 Audio rendering callback function. More...
 
typedef bool ALIVC_EXTERN(* alivc_player::VideoRenderingCallback) (void *userData, int64_t pts, bool dropped, void **data, int *lineSize, int width, int height, int rotation, AFPixelFormat format)
 Video rendering callback function. More...
 

Functions

void ALIVC_EXTERN alivc_player::InitPrivateService (const char *fileContentBuffer, int bufferLength)
 
void ALIVC_EXTERN alivc_player::InitPrivateService (const char *filePath)