Description
When the decoder has finished decoding a frame, this callback is invoked. This callback structure contains a function pointer to a function that takes a user parameter and a picture status. The picture status is a pointer to an AL_TDecPicStatus. The default callback is AL_Default_Decoder_EndDecoding.
Type | Field | Description |
---|---|---|
void (*func)( void* pUserParam, AL_TBuffer* pStream, AL_TDecPicStatus* pPicStatus) | func | Called when a frame is decoded |
void* | userParam | User-defined |
See
AL_Default_Decoder_EndDecoding