ADTF  3.18.2
IRecorder::tEvent

Layout of the events emitted by a recorder streaming service. More...

Public Types

enum  tEventIds : uint32_t { PostFileClosed = 2 , PostFileDiscarded = 3 }
 

Public Attributes

uint64_t nEventDataSize
 the event id.
 
uint32_t nEventId
 
uint8_t aEventData [0]
 

Detailed Description

Layout of the events emitted by a recorder streaming service.

Definition at line 232 of file recorder_intf.h.

Member Enumeration Documentation

◆ tEventIds

enum tEventIds : uint32_t
Enumerator
PostFileClosed 

Sent after a file has been closed.

aEventData contains a NULL-terminated string that contains the file name.

PostFileDiscarded 

Sent after a file has been discarded.

aEventData contains a NULL-terminated string that contains the file name.

Definition at line 234 of file recorder_intf.h.