|
ADTF
|
Layout of the events emitted by the playback service. More...
#include <player_intf.h>
Public Types | |
| enum | tEventIds : uint32_t { StartedPlaybackOfFile = 0 , EndOfStreams = 1 , MarkerReached = 2 , StateChangeEnd = 3 } |
Public Attributes | |
| uint32_t | nEventId |
| the event id. | |
| const void * | pEventData |
| pointer to the event specific data. | |
| size_t | nEventDataSize |
| size of the event specific data. | |
Layout of the events emitted by the playback service.
| enum adtf::services::ant::IPlayer::tEvent::tEventIds : uint32_t |