Initializes a new instance of the
MediaData class.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MediaData(
MediaType mediaType,
uint timestamp,
byte[] data
)
Public Sub New (
mediaType As MediaType,
timestamp As UInteger,
data As Byte()
)
public:
MediaData(
MediaType mediaType,
unsigned int timestamp,
array<unsigned char>^ data
)
new :
mediaType : MediaType *
timestamp : uint32 *
data : byte[] -> MediaData
Parameters
- mediaType
- Type: Ozeki.MediaMediaType
The type of the media data. - timestamp
- Type: SystemUInt32
The timestamp for the media data. - data
- Type: SystemByte
The media data.
See Also