Click or drag to resize
OzNativeMediaWriterWriteEncodedVideoData Method
Writes the encoded video data.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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