The DestroyDtmfDecoder API procedure is used to destroy a previously created DTMF decoder and reclaim all
resources associated with the decoder.
Namespace:
LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
| C# |
|---|
public VoipMediaEngine..::.TELEPHONY_RETURN_VALUE DestroyDtmfDecoder() |
| Visual Basic (Declaration) |
|---|
Public Function DestroyDtmfDecoder As VoipMediaEngine..::.TELEPHONY_RETURN_VALUE |
| Visual C++ |
|---|
public: VoipMediaEngine..::.TELEPHONY_RETURN_VALUE DestroyDtmfDecoder() |
| J# |
|---|
public VoipMediaEngine..::.TELEPHONY_RETURN_VALUE DestroyDtmfDecoder() |
Return Value
Nothing.
Remarks
None.
