cAudioRecorderWasapiACMFormat Property  | 
  
    Namespace: 
   CSAudioRecorder
    Assembly:
   CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic string ACMFormat { get; set; }Public Property ACMFormat As String
	Get
	Set
Dim instance As cAudioRecorderWasapi
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
cAudioRecorderACMFormat
See Also