![]() |
Media Controller
A GStreamer implementation using the VideoXpert SDK
|
Represents an event that has been sent from a stream. More...
#include <TimestampEvent.h>
Public Attributes | |
unsigned int | unixTime |
The absolute time of the current stream in unix timestamp format. More... | |
void * | eventData |
The event data assigned by caller during event subscription. More... | |
Represents an event that has been sent from a stream.
Definition at line 9 of file TimestampEvent.h.
void* MediaController::TimestampEvent::eventData |
The event data assigned by caller during event subscription.
Definition at line 19 of file TimestampEvent.h.
unsigned int MediaController::TimestampEvent::unixTime |
The absolute time of the current stream in unix timestamp format.
Definition at line 14 of file TimestampEvent.h.