|
WaveFormatChunkAudioFormat Property
|
Gets or sets audio format used by the
WaveFile.
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax public ushort AudioFormat { get; set; }
Public Property AudioFormat As UShort
Get
Set
member AudioFormat : uint16 with get, set
function get_AudioFormat();
function set_AudioFormat(value);
View SourceProperty Value
UInt16Remarks
PCM = 1 (i.e., linear quantization), values other than 1 typically indicate some form of compression.
See
WaveFormat enumeration for more details.
See Also