NET_SDK_InitAudioDecoder¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
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