The DestroyFormatRateConverter API procedure is used to destroy a previously created instance of a
format and rate converter block. Destroying a format rate converter block allows the system to
regain all resources associated with the format rate converter. You must eventually call this
API procedure to destroy each format rate converter block you have created.
Namespace:
LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
C# |
---|
public VoipMediaEngine..::.FORMAT_RATE_STATUS DestroyFormatRateConverter() |
Visual Basic (Declaration) |
---|
Public Function DestroyFormatRateConverter As VoipMediaEngine..::.FORMAT_RATE_STATUS |
Visual C++ |
---|
public: VoipMediaEngine..::.FORMAT_RATE_STATUS DestroyFormatRateConverter() |
J# |
---|
public VoipMediaEngine..::.FORMAT_RATE_STATUS DestroyFormatRateConverter() |
Return Value
If the function succeeds, the return value will be FORMAT_RATE_SUCCESS.
If the function fails, the return value will be one of the following values as specified by the VoipMediaEngine..::.FORMAT_RATE_STATUS data type.
Return Value | Description |
---|---|
FORMAT_RATE_UNKNOWN_ERROR |
A "catch all" error return value.
|
FORMAT_RATE_BAD_HANDLE |
Bad format/rate converter handle specified.
|
Remarks
None.