Click or drag to resize
MediaData Constructor
Initializes a new instance of the MediaData class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MediaData(
	MediaType mediaType,
	uint timestamp,
	byte[] data
)

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