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.Media.VideoFormat
The format of the video data.
data
Type:System.Byte[]
The video data.
timestamp
Type: System.UInt32
The timestamp for the video data.
See Also