cAudioRecorderLineInDeviceIndex Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int DeviceIndex { get; set; }
Public Property DeviceIndex As Integer
Get
Set
Dim instance As cAudioRecorderLineIn
Dim value As Integer
value = instance.DeviceIndex
instance.DeviceIndex = value
abstract DeviceIndex : int with get, set
override DeviceIndex : int with get, set
/** @property */
public final int get_DeviceIndex()
/** @property */
public final void set_DeviceIndex(int value)
final function get DeviceIndex () : int
final function set DeviceIndex (value : int)
function get_DeviceIndex();
function set_DeviceIndex(value);
Property Value
Type:
Int32Implements
cAudioRecorderDeviceIndexSee Also