| DiaGlobWrapperCommonFileFormat Enumeration |
diaGlobWrapper Help
Enumerator constant to specify the data format of the file to be recorded or played.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
SyntaxPublic Enumeration FileFormat
public enum class FileFormat
Members|
| Member name | Value | Description |
|---|
| FORMAT_DIALOGIC_ADPCM | 1 | The file format is DIALOGIC_ADPCM. |
| FORMAT_ALAW | 3 | The file format is ALAW. |
| FORMAT_G726 | 4 | The file format is G726. |
| FORMAT_MULAW | 7 | The file format is MULAW. |
| FORMAT_PCM | 8 | The file format is PCM. |
| FORMAT_G729A | 12 | The file format is G729A. |
| FORMAT_GSM610 | 13 | The file format is GSM610. |
| FORMAT_GSM610_MICROSOFT | 13 | The file format is GSM610_MICROSOFT. |
| FORMAT_GSM610_ETSI | 14 | The file format is GSM610_ETSI. |
| FORMAT_GSM610_TIPHON | 15 | The file format is GSM610_TIPHON. |
| FORMAT_LC_CELP | 16 | The file format is LC_CELP. |
| FORMAT_TRUESPEECH | 16 | The file format is TRUESPEECH. |
| FORMAT_G711_ALAW | 3 | The file format is G711_ALAW. |
| FORMAT_G711_ALAW_8BIT_REV | 17 | The file format is G711_ALAW_8BIT_REV. |
| FORMAT_G711_ALAW_16BIT_REV | 18 | The file format is G711_ALAW_16BIT_REV. |
| FORMAT_G711_MULAW | 7 | The file format is G711_MULAW. |
| FORMAT_G711_MULAW_8BIT_REV | 19 | The file format is G711_MULAW_8BIT_REV. |
| FORMAT_G711_MULAW_16BIT_REV | 20 | The file format is G711_MULAW_16BIT_REV. |
| FORMAT_G721 | 21 | The file format is G721. |
| FORMAT_G721_8BIT_REV | 22 | The file format is G721_8BIT_REV. |
| FORMAT_G721_16BIT_REV | 23 | The file format is G721_16BIT_REV. |
| FORMAT_G721_16BIT_REV_NIBBLE_SWAP | 24 | The file format is G721_16BIT_REV_NIBBLE_SWAP. |
| FORMAT_IMA_ADPCM | 25 | The file format is IMA_ADPCM. |
| FORMAT_RAW | 26 | The file format is RAW. |
See Also