- General info
- Constants
- Functions/Parameters
- void OnBufferAvailable( Nat32 id )
Notification that the specified clip buffer has been decoded by the decoder.
Parameters
| id | The id identifying the clip buffer for which the contained data has been decoded.
|
- void OnEndOfData( void )
Notification that the clip buffer with endOfData=True containing the last data of the clip has been decoded or if the size of the buffer was zero. This notification is coming from the decoder and does not signal that rendering of the clip has also finished.
- void OnStarted( void )
Notification that the decoder has started after a start request. It signals that the decoder is active and ready to start the decoding process or, in case data was already offered to it, already decoding data.
- void OnStopped( void )
Notification that the decoder has stopped after a stop request. It signals that the decoder is inactive. Also no other notifications will follow unless the decoder is started again.
Copyright © 2009, Koninklijke Philips Electronics N.V.