NativeAPIInitNativeAudioDecoder Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static StatusCode InitNativeAudioDecoder(
IntPtr instance,
byte[] initData,
int initDataLength,
ref int samplerate,
ref int channels,
ref int bitrate
)
Public Shared Function InitNativeAudioDecoder (
instance As IntPtr,
initData As Byte(),
initDataLength As Integer,
ByRef samplerate As Integer,
ByRef channels As Integer,
ByRef bitrate As Integer
) As StatusCode
public:
static StatusCode InitNativeAudioDecoder(
IntPtr instance,
array<unsigned char>^ initData,
int initDataLength,
int% samplerate,
int% channels,
int% bitrate
)
static member InitNativeAudioDecoder :
instance : IntPtr *
initData : byte[] *
initDataLength : int *
samplerate : int byref *
channels : int byref *
bitrate : int byref -> StatusCode
Parameters
- instance IntPtr
-
- initData Byte
-
- initDataLength Int32
-
- samplerate Int32
-
- channels Int32
-
- bitrate Int32
-
Return Value
StatusCode
See Also