cAudioRecorderWasapiLookupACMFormat Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string ACMFormat { get; set; }
Public Property ACMFormat As String
Get
Set
Dim instance As cAudioRecorderWasapiLookup
Dim value As String
value = instance.ACMFormat
instance.ACMFormat = value
abstract ACMFormat : string with get, set
override ACMFormat : string with get, set
/** @property */
public final String get_ACMFormat()
/** @property */
public final void set_ACMFormat(String value)
final function get ACMFormat () : String
final function set ACMFormat (value : String)
function get_ACMFormat();
function set_ACMFormat(value);
Property Value
Type:
StringImplements
cAudioRecorderACMFormatSee Also