AudioCDPlayerAudioDevice Property |
Play to the selected audio device index.
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int AudioDevice { get; set; }
Public Property AudioDevice As Integer
Get
Set
Dim instance As AudioCDPlayer
Dim value As Integer
value = instance.AudioDevice
instance.AudioDevice = value
member AudioDevice : int with get, set
/** @property */
public int get_AudioDevice()
/** @property */
public void set_AudioDevice(int value)
function get AudioDevice () : int
function set AudioDevice (value : int)
function get_AudioDevice();
function set_AudioDevice(value);
Property Value
Type:
Int32See Also