Class RecorderExtensions
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Provides extension methods for Recorder.
public static class RecorderExtensions
- Inheritance
-
objectRecorderExtensions
Methods
View SourceGetSupportedFileFormats(RecorderAudioCodec)
Returns supported file formats for a RecorderAudioCodec.
Declaration
public static IEnumerable<RecorderFileFormat> GetSupportedFileFormats(this RecorderAudioCodec audioCodec)
Parameters
Type | Name | Description |
---|---|---|
RecorderAudioCodec | audioCodec | The RecorderAudioCodec. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><RecorderFileFormat> | An IEnumerable of RecorderFileFormat representing the supported file formats. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
GetSupportedFileFormats(RecorderVideoCodec)
Returns supported file formats for a RecorderVideoCodec.
Declaration
public static IEnumerable<RecorderFileFormat> GetSupportedFileFormats(this RecorderVideoCodec videoCodec)
Parameters
Type | Name | Description |
---|---|---|
RecorderVideoCodec | videoCodec | The RecorderVideoCodec. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><RecorderFileFormat> | An IEnumerable of RecorderFileFormat representing the supported file formats. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|