Media Controller
A GStreamer implementation using the VideoXpert SDK
MediaController::TimestampEvent Struct Reference

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...
 

Detailed Description

Represents an event that has been sent from a stream.

Definition at line 9 of file TimestampEvent.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: