OzNativeMediaWriterWriteEncodedAudioData Method |
Writes the encoded audio data.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool WriteEncodedAudioData(
byte[] data,
int length,
long timestamp
)
Public Function WriteEncodedAudioData (
data As Byte(),
length As Integer,
timestamp As Long
) As Boolean
public:
bool WriteEncodedAudioData(
array<unsigned char>^ data,
int length,
long long timestamp
)
member WriteEncodedAudioData :
data : byte[] *
length : int *
timestamp : int64 -> bool
Parameters
- data
- Type: SystemByte
Data. - length
- Type: SystemInt32
Length. - timestamp
- Type: SystemInt64
Timestamp.
Return Value
Type:
Booleantrue, if encoded audio data was written,
false otherwise.
See Also