AudioCDPlayerSamplerate Property |
The samplerate of the destination audio file.
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Samplerate Samplerate { get; set; }
Public Property Samplerate As Samplerate
Get
Set
Dim instance As AudioCDPlayer
Dim value As Samplerate
value = instance.Samplerate
instance.Samplerate = value
member Samplerate : Samplerate with get, set
/** @property */
public Samplerate get_Samplerate()
/** @property */
public void set_Samplerate(Samplerate value)
function get Samplerate () : Samplerate
function set Samplerate (value : Samplerate)
function get_Samplerate();
function set_Samplerate(value);
Property Value
Type:
SamplerateSee Also