|   | WaveFileSampleRate Property | 
        
        
            Gets or sets the sample rate (i.e., the number of samples per second) defined in the 
WaveFile.
            
 GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic int SampleRate { get; set; }Public Property SampleRate As Integer
	Get
	Set
public:
property int SampleRate {
	int get ();
	void set (int value);
}member SampleRate : int with get, set
function get_SampleRate();
function set_SampleRate(value);
Property Value
Int32 Remarks
Remarks
            This property defines the number of samples per second defined in each second of data in
            the 
WaveFile.  See 
SampleRate enumeration for more details.
            
 See Also
See Also