ADTF  3.18.2
IPlayer::tEvent

Layout of the events emitted by the playback service. More...

Public Types

enum  tEventIds : uint32_t { StartedPlaybackOfFile = 0 , EndOfStreams = 1 , MarkerReached = 2 }
 

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.
 

Detailed Description

Layout of the events emitted by the playback service.

Definition at line 75 of file player_intf.h.

Member Enumeration Documentation

◆ tEventIds

enum tEventIds : uint32_t
Enumerator
StartedPlaybackOfFile 

The playback of a file has started The pEventData member points to a 0-terminated string that contains the filename.

EndOfStreams 

The end of all streams has been reached.

MarkerReached 

A marker has been reached pEventData points to a string containing an XML representation of the marker.

Definition at line 77 of file player_intf.h.