Click or drag to resize

OzNativeMediaWriterWriteEncodedVideoData Method

Writes the encoded video data.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public bool WriteEncodedVideoData(
	byte[] data,
	int length,
	long timestamp
)

Parameters

data
Type: SystemByte
Data.
length
Type: SystemInt32
Length.
timestamp
Type: SystemInt64
Timestamp.

Return Value

Type: Boolean
true, if encoded video data was written, false otherwise.
See Also