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