cAudioRecorderACMFormat Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax string ACMFormat { get; set; }
Property ACMFormat As String
Get
Set
Dim instance As cAudioRecorder
Dim value As String
value = instance.ACMFormat
instance.ACMFormat = value
abstract ACMFormat : string with get, set
/** @property */
String get_ACMFormat()
/** @property */
void set_ACMFormat(String value)
function get ACMFormat () : String
function set ACMFormat (value : String)
function get_ACMFormat();
function set_ACMFormat(value);
Property Value
Type:
StringSee Also