Click or drag to resize

JPEGData Constructor

Initializes a new instance of the JPEGData class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public JPEGData(
	VideoFormat format,
	byte[] value,
	uint timeStamp
)

Parameters

format
Type: VideoFormat
value
Type: SystemByte
timeStamp
Type: SystemUInt32
See Also