LinuxNativeApiNativeAudioDecode Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static StatusCode NativeAudioDecode(
IntPtr instance,
byte[] in_data,
int in_data_size,
out IntPtr output,
out int output_length,
out long timestamp
)
Public Shared Function NativeAudioDecode (
instance As IntPtr,
in_data As Byte(),
in_data_size As Integer,
<OutAttribute> ByRef output As IntPtr,
<OutAttribute> ByRef output_length As Integer,
<OutAttribute> ByRef timestamp As Long
) As StatusCode
public:
static StatusCode NativeAudioDecode(
IntPtr instance,
array<unsigned char>^ in_data,
int in_data_size,
[OutAttribute] IntPtr% output,
[OutAttribute] int% output_length,
[OutAttribute] long long% timestamp
)
static member NativeAudioDecode :
instance : IntPtr *
in_data : byte[] *
in_data_size : int *
output : IntPtr byref *
output_length : int byref *
timestamp : int64 byref -> StatusCode
Parameters
- instance
- Type: SystemIntPtr
- in_data
- Type: SystemByte
- in_data_size
- Type: SystemInt32
- output
- Type: SystemIntPtr
- output_length
- Type: SystemInt32
- timestamp
- Type: SystemInt64
Return Value
Type:
StatusCode
See Also