cAudioRecorderDeviceIndex Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax int DeviceIndex { get; set; }
Property DeviceIndex As Integer
Get
Set
Dim instance As cAudioRecorder
Dim value As Integer
value = instance.DeviceIndex
instance.DeviceIndex = value
abstract DeviceIndex : int with get, set
/** @property */
int get_DeviceIndex()
/** @property */
void set_DeviceIndex(int value)
function get DeviceIndex () : int
function set DeviceIndex (value : int)
function get_DeviceIndex();
function set_DeviceIndex(value);
Property Value
Type:
Int32See Also