NativeAPIAACAudioDecoderInit Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static StatusCode AACAudioDecoderInit(
IntPtr instance,
int channels,
int bitsPerSample,
int sample_freq,
byte[] data
)
Public Shared Function AACAudioDecoderInit (
instance As IntPtr,
channels As Integer,
bitsPerSample As Integer,
sample_freq As Integer,
data As Byte()
) As StatusCode
public:
static StatusCode AACAudioDecoderInit(
IntPtr instance,
int channels,
int bitsPerSample,
int sample_freq,
array<unsigned char>^ data
)
static member AACAudioDecoderInit :
instance : IntPtr *
channels : int *
bitsPerSample : int *
sample_freq : int *
data : byte[] -> StatusCode
Parameters
- instance
- Type: SystemIntPtr
- channels
- Type: SystemInt32
- bitsPerSample
- Type: SystemInt32
- sample_freq
- Type: SystemInt32
- data
- Type: SystemByte
Return Value
Type:
StatusCode
See Also