WaveFormatSampleRate Property |
SampleRate
Namespace:
Options.Core
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic int SampleRate { get; set; }
Public Property SampleRate As Integer
Get
Set
Dim instance As WaveFormat
Dim value As Integer
value = instance.SampleRate
instance.SampleRate = value
member SampleRate : int with get, set
/** @property */
public int get_SampleRate()
/** @property */
public void set_SampleRate(int value)
function get SampleRate () : int
function set SampleRate (value : int)
function get_SampleRate();
function set_SampleRate(value);
Property Value
Type:
Int32
See Also