Click or drag to resize

audioEncodingEnum Enumeration

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Audio encoding scheme enumeration.

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public enum audioEncodingEnum
Members
  Member nameValueDescription
MuLaw8Bit1 8-bit mu-law (ITU-T G.711)
CVSD2 CVSD (MIL-STD-188-113)
ADPCM3 ADPCM (ITU-T G.726)
LPCM16Bit4 16-bit Linear PCM 2’s complement, Big Endian
LPCM8Bit5 8-bit Linear PCM, unsigned
VQ6 VQ (Vector Quantization) (deprecated)
Custom7 BSI uses this "unavailable for use" as a custom PCM.
GSMFull8 GSM Full-Rate (ETSI 06.10)
GSMHalf9 GSM Half-Rate (ETSI 06.20)
SpeexNB10 Speex Narrow Band
LPCM16BitLittle100 16-bit Linear PCM 2’s complement, Little Endian
Unavailable255 (unavailable for use)
Remarks