diaGlobWrapper Help
Enumerator constant to specify the data format of the file to be recorded or played.

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

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

Members

Member nameDescription
FORMAT_RAW
The file format is RAW.
FORMAT_IMA_ADPCM
The file format is IMA_ADPCM.
FORMAT_G721_16BIT_REV_NIBBLE_SWAP
The file format is G721_16BIT_REV_NIBBLE_SWAP.
FORMAT_G721_16BIT_REV
The file format is G721_16BIT_REV.
FORMAT_G721_8BIT_REV
The file format is G721_8BIT_REV.
FORMAT_G721
The file format is G721.
FORMAT_G711_MULAW_16BIT_REV
The file format is G711_MULAW_16BIT_REV.
FORMAT_G711_MULAW_8BIT_REV
The file format is G711_MULAW_8BIT_REV.
FORMAT_G711_MULAW
The file format is G711_MULAW.
FORMAT_G711_ALAW_16BIT_REV
The file format is G711_ALAW_16BIT_REV.
FORMAT_G711_ALAW_8BIT_REV
The file format is G711_ALAW_8BIT_REV.
FORMAT_G711_ALAW
The file format is G711_ALAW.
FORMAT_TRUESPEECH
The file format is TRUESPEECH.
FORMAT_LC_CELP
The file format is LC_CELP.
FORMAT_GSM610_TIPHON
The file format is GSM610_TIPHON.
FORMAT_GSM610_ETSI
The file format is GSM610_ETSI.
FORMAT_GSM610_MICROSOFT
The file format is GSM610_MICROSOFT.
FORMAT_GSM610
The file format is GSM610.
FORMAT_G729A
The file format is G729A.
FORMAT_PCM
The file format is PCM.
FORMAT_MULAW
The file format is MULAW.
FORMAT_G726
The file format is G726.
FORMAT_ALAW
The file format is ALAW.
FORMAT_DIALOGIC_ADPCM
The file format is DIALOGIC_ADPCM.

See Also