AudioRecorderACMFormat Property |
The selected ACM format of the selected ACM tag(for ACM encoding). The default format is 44.100 kHz, 16 Bit, Stereo.
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 AudioRecorder
Dim value As String
value = instance.ACMFormat
instance.ACMFormat = value
member ACMFormat : string with get, set
/** @property */
public String get_ACMFormat()
/** @property */
public 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