Click or drag to resize
DiaGlobWrapperCommonFileFormat Enumeration
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
public enum FileFormat
Members
  Member nameValueDescription
FORMAT_DIALOGIC_ADPCM1The file format is DIALOGIC_ADPCM.
FORMAT_ALAW3The file format is ALAW.
FORMAT_G7264The file format is G726.
FORMAT_MULAW7The file format is MULAW.
FORMAT_PCM8The file format is PCM.
FORMAT_G729A12The file format is G729A.
FORMAT_GSM61013The file format is GSM610.
FORMAT_GSM610_MICROSOFT13The file format is GSM610_MICROSOFT.
FORMAT_GSM610_ETSI14The file format is GSM610_ETSI.
FORMAT_GSM610_TIPHON15The file format is GSM610_TIPHON.
FORMAT_LC_CELP16The file format is LC_CELP.
FORMAT_TRUESPEECH16The file format is TRUESPEECH.
FORMAT_G711_ALAW3The file format is G711_ALAW.
FORMAT_G711_ALAW_8BIT_REV17The file format is G711_ALAW_8BIT_REV.
FORMAT_G711_ALAW_16BIT_REV18The file format is G711_ALAW_16BIT_REV.
FORMAT_G711_MULAW7The file format is G711_MULAW.
FORMAT_G711_MULAW_8BIT_REV19The file format is G711_MULAW_8BIT_REV.
FORMAT_G711_MULAW_16BIT_REV20The file format is G711_MULAW_16BIT_REV.
FORMAT_G72121The file format is G721.
FORMAT_G721_8BIT_REV22The file format is G721_8BIT_REV.
FORMAT_G721_16BIT_REV23The file format is G721_16BIT_REV.
FORMAT_G721_16BIT_REV_NIBBLE_SWAP24The file format is G721_16BIT_REV_NIBBLE_SWAP.
FORMAT_IMA_ADPCM25The file format is IMA_ADPCM.
FORMAT_RAW26The file format is RAW.
See Also