OzNativeMediaWriterWriteEncodedAudioData Method |
Writes the encoded audio data.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 Byte
- Data.
- length Int32
- Length.
- timestamp Int64
- Timestamp.
Return Value
Booleantrue, if encoded audio data was written,
false otherwise.
See Also