Class StreamRecorderOptions
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.StreamRecorder.dll
Specifies the options associated with Stream
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")]
public class StreamRecorderOptions
- Inheritance
-
objectStream
Recorder Options
Constructors
StreamRecorderOptions(string, RecorderFileFormat)
Initialize a new instance of the Stream
Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")]
public StreamRecorderOptions(string savePath, RecorderFileFormat fileFormat)
Parameters
Type | Name | Description |
---|---|---|
string | savePath | The path that the recording result is saved. |
Recorder |
fileFormat | The file format of output file. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
|
See Also
Properties
Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")]
public StreamRecorderAudioOptions Audio { get; set; }
Property Value
Type | Description |
---|---|
Stream |
Remarks
See Also
Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")]
public RecorderFileFormat FileFormat { get; set; }
Property Value
Type | Description |
---|---|
Recorder |
Exceptions
Type | Condition |
---|---|
System. |
|
See Also
Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")]
public string SavePath { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
If the same file already exists in the file system, then old file will be overwritten.
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
|
See Also
Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")]
public int SizeLimit { get; set; }
Property Value
Type | Description |
---|---|
int | The maximum size of a recording file in kilobytes, or 0 for unlimited size. |
Remarks
After reaching the limitation, the data which is being recorded will be discarded and not written to the file.
Exceptions
Type | Condition |
---|---|
System. |
|
Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")]
public int TimeLimit { get; set; }
Property Value
Type | Description |
---|---|
int | The maximum time of recording in seconds, or 0 for unlimited time. |
Remarks
After reaching the limitation, the data which is being recorded will be discarded and not written to the file.
Exceptions
Type | Condition |
---|---|
System. |
|
Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")]
public StreamRecorderVideoOptions Video { get; set; }
Property Value
Type | Description |
---|---|
Stream |