AudioCDPlayerBits Property |
The bit-depth of the destination audio file (for WAV format only).
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Bits Bits { get; set; }
Public Property Bits As Bits
Get
Set
Dim instance As AudioCDPlayer
Dim value As Bits
value = instance.Bits
instance.Bits = value
member Bits : Bits with get, set
/** @property */
public Bits get_Bits()
/** @property */
public void set_Bits(Bits value)
function get Bits () : Bits
function set Bits (value : Bits)
function get_Bits();
function set_Bits(value);
Property Value
Type:
BitsSee Also