Skip to content

NET_SDK_ReleaseAudioDecoder

Interface Definition

1
2
void NET_SDK_ReleaseAudioDecoder(
    POINTERHANDLE lDecHandle);
1
2
public static extern void NET_SDK_ReleaseAudioDecoder(
    POINTERHANDLE lDecodeHandle);

Function Description

Release audio decoding resources

Parameter Description

Parameters Type Remark
lDecHandlein POINTERHANDLE Audio encoder handle, the return value of NET_SDK_InitAudioDecoder.

Return Value

None

Remarks

None

Error Code