C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
CPPCli::MediaEvent Class Reference

The MediaEvent class represents an event that has been sent from a stream. More...

#include <MediaEvent.h>

Public Member Functions

 MediaEvent (MediaController::TimestampEvent *timeEvent)
 Constructor. More...
 

Package Attributes

MediaController::TimestampEvent_event
 

Properties

System::DateTime Timestamp [get]
 Gets the timestamp. More...
 

Detailed Description

The MediaEvent class represents an event that has been sent from a stream.

Definition at line 12 of file MediaEvent.h.

Constructor & Destructor Documentation

CPPCli::MediaEvent::MediaEvent ( MediaController::TimestampEvent timeEvent)
inline

Constructor.

Parameters
timeEventThe timestamp event.

Definition at line 19 of file MediaEvent.h.

19 : _event(timeEvent) {};
MediaController::TimestampEvent * _event
Definition: MediaEvent.h:34

Member Data Documentation

MediaController::TimestampEvent* CPPCli::MediaEvent::_event
package

Definition at line 34 of file MediaEvent.h.

Property Documentation

System:: DateTime CPPCli::MediaEvent::Timestamp
get

Gets the timestamp.

The current timestamp.

Definition at line 25 of file MediaEvent.h.


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