cAudioRecorderWasapiLookupSourceChannels Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int SourceChannels { get; set; }
Public Property SourceChannels As Integer
Get
Set
Dim instance As cAudioRecorderWasapiLookup
Dim value As Integer
value = instance.SourceChannels
instance.SourceChannels = value
abstract SourceChannels : int with get, set
override SourceChannels : int with get, set
/** @property */
public final int get_SourceChannels()
/** @property */
public final void set_SourceChannels(int value)
final function get SourceChannels () : int
final function set SourceChannels (value : int)
function get_SourceChannels();
function set_SourceChannels(value);
Property Value
Type:
Int32Implements
cAudioRecorderSourceChannelsSee Also