Skip to content

NET_SDK_InitAudioDecoder

Interface Definition

1
2
3
POINTERHANDLE NET_SDK_InitAudioDecoder(
    void* pAudioInfo,
    LONG infoLen);
1
2
3
public static extern POINTERHANDLE NET_SDK_InitAudioDecoder(
    IntPtr pAudioInfo,
    UInt32 infoLen);

Function Description

Initialize the audio decoder.

Parameter Description

Parameters Type Remark
pAudioInfoin void* Pointer to audio information.
infoLenin LONG The length of the audio message.

Return Value

  • type:POINTERHANDLE

  • remark:-1 indicates failure, other values ​​are audio decoding handles.

Remarks

None

Error Code