Class AudioRecorder
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Provides the ability to control audio recording.
public class AudioRecorder : Recorder, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View SourceAudioRecorder(RecorderAudioCodec, RecorderFileFormat)
Initializes a new instance of the Audio
Declaration
public AudioRecorder(RecorderAudioCodec audioCodec, RecorderFileFormat fileFormat)
Parameters
Type | Name | Description |
---|---|---|
Recorder |
audioCodec | The codec for audio encoding. |
Recorder |
fileFormat | The format of result file. |
Exceptions
Type | Condition |
---|---|
System. |
An internal error occurred. |
System. |
A required feature is not supported. |
System. |
|
System. |
|
See Also
Methods
View SourceSetFormatAndCodec(RecorderAudioCodec, RecorderFileFormat)
Sets the audio codec and the file format for recording.
Declaration
public void SetFormatAndCodec(RecorderAudioCodec audioCodec, RecorderFileFormat fileFormat)
Parameters
Type | Name | Description |
---|---|---|
Recorder |
audioCodec | The codec for audio encoding. |
Recorder |
fileFormat | The format of result file. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
|
System. |
|
See Also
Start(string)
Implements
System.IDisposable