Click or drag to resize

OzNativeMediaWriterWriteEncodedAudioData Method

Writes the encoded audio data.

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