cAudioRecorderLineInFormat Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Format Format { get; set; }
Public Property Format As Format
Get
Set
Dim instance As cAudioRecorderLineIn
Dim value As Format
value = instance.Format
instance.Format = value
abstract Format : Format with get, set
override Format : Format with get, set
/** @property */
public final Format get_Format()
/** @property */
public final void set_Format(Format value)
final function get Format () : Format
final function set Format (value : Format)
function get_Format();
function set_Format(value);
Property Value
Type:
FormatImplements
cAudioRecorderFormatSee Also