Click or drag to resize

OzNativeMediaWriterWriteEncodedVideoData Method

Writes the encoded video data.

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

Parameters

data  Byte
Data.
length  Int32
Length.
timestamp  Int64
Timestamp.

Return Value

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