NativeAPIInitNativeAudioDecoder Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemIntPtr
- initData
- Type: SystemByte
- initDataLength
- Type: SystemInt32
- samplerate
- Type: SystemInt32
- channels
- Type: SystemInt32
- bitrate
- Type: SystemInt32
Return Value
Type:
StatusCode
See Also