Click or drag to resize
OzNativeMediaWriterWriteEncodedAudioData Method
Writes the encoded audio data.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool WriteEncodedAudioData(
	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 audio data was written, false otherwise.
See Also