|   | WaveFileAudioFormat Property | 
        
        
            Gets or sets audio format used by the 
WaveFile.
            
 GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
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);
Property Value
UInt16 Remarks
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
See Also