|
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...
|
|