Class AudioRecorder
An audio recorder.
Inheritance
System.Object
AudioRecorder
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class AudioRecorder : MediaRecorder<AudioBuffer, AudioFormat>
Constructors
AudioRecorder(String)
Initializes a new instance of the AudioRecorder class.
Declaration
public AudioRecorder(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path. |