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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public VideoData(
	VideoFormat format,
	byte[] data,
	uint timestamp
)

Parameters

format
Type: Ozeki.MediaVideoFormat
The format of the video data.
data
Type: SystemByte
The video data.
timestamp
Type: SystemUInt32
The timestamp for the video data.
See Also