| 
            
              WaveFormatChunkBitsPerSample Property
             | 
          
        
        
            Gets or sets number of bits-per-sample in the 
WaveFile.
            
 
        
        Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.258-beta
Syntaxpublic short BitsPerSample { get; set; }Public Property BitsPerSample As Short
	Get
	Set
public:
property short BitsPerSample {
	short get ();
	void set (short value);
}member BitsPerSample : int16 with get, set
function get_BitsPerSample();
function set_BitsPerSample(value);
 View SourceProperty Value
Int16
Remarks
            This property defines the number of bits-per-sample (e.g., 8, 16, 24, 32, etc.) used
            by each sample in a block of samples - effectively the data sample size. See
            BitsPerSample enumeration for more details.
            
See Also