Defines return values from stand alone format/rate converter operations.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public enum FORMAT_RATE_STATUS
Visual Basic (Declaration)
Public Enumeration FORMAT_RATE_STATUS
Visual C++
public enum class FORMAT_RATE_STATUS
J#
public enum FORMAT_RATE_STATUS

Members

Member nameDescription
FORMAT_RATE_UNKNOWN_ERROR
A "catch all" error return value.
FORMAT_RATE_BAD_DATA_TYPE
The format/rate specified is not acceptable for the requested operation.
FORMAT_RATE_MEMORY_ERROR
Indicates there was a memory error.
FORMAT_RATE_BAD_HANDLE
Bad format/rate converter handle specified.
FORMAT_RATE_SUCCESS
No errors.

See Also