AudioRecorderAudioSource Property |
The audio device source.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string AudioSource { get; set; }
Public Property AudioSource As String
Get
Set
Dim instance As AudioRecorder
Dim value As String
value = instance.AudioSource
instance.AudioSource = value
member AudioSource : string with get, set
/** @property */
public String get_AudioSource()
/** @property */
public void set_AudioSource(String value)
function get AudioSource () : String
function set AudioSource (value : String)
function get_AudioSource();
function set_AudioSource(value);
Property Value
Type:
StringSee Also