Class StreamRecorderVideoOptions
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.StreamRecorder.dll
Specifies the options associated with video recording.
public class StreamRecorderVideoOptions
- Inheritance
-
objectStream
Recorder Video Options
Constructors
View SourceStreamRecorderVideoOptions(RecorderVideoCodec, Size, StreamRecorderVideoFormat, int, int)
Initialize a new instance of the Stream
Declaration
public StreamRecorderVideoOptions(RecorderVideoCodec codec, Size resolution, StreamRecorderVideoFormat sourceFormat, int frameRate, int bitRate)
Parameters
Type | Name | Description |
---|---|---|
Recorder |
codec | The Recorder |
Size | resolution | The resolution of video recording. |
Stream |
sourceFormat | The format of source stream. |
int | frameRate | The frame rate for encoding video stream. |
int | bitRate | The bit rate for encoding video stream. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
Width or height of |
See Also
View SourceStreamRecorderVideoOptions(RecorderVideoCodec, Size, StreamRecorderVideoFormat, int)
Initialize a new instance of the Stream
Declaration
public StreamRecorderVideoOptions(RecorderVideoCodec codec, Size resolution, StreamRecorderVideoFormat sourceFormat, int frameRate)
Parameters
Type | Name | Description |
---|---|---|
Recorder |
codec | The Recorder |
Size | resolution | The resolution of video recording. |
Stream |
sourceFormat | The format of source stream. |
int | frameRate | The frame rate for encoding video stream. |
Remarks
Bit
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
Width or height of |
See Also
Properties
View SourceBitRate
The bit rate of the video encoder in bits per second.
Declaration
public int BitRate { get; set; }
Property Value
Type | Description |
---|---|
int | The bit rate value for video stream recording. The default is 0. |
Exceptions
Type | Condition |
---|---|
System. |
|
See Also
View SourceCodec
Gets or sets the video codec for encoding video stream.
Declaration
public RecorderVideoCodec Codec { get; set; }
Property Value
Type | Description |
---|---|
Recorder |
The codec for video stream recording. |
Exceptions
Type | Condition |
---|---|
System. |
|
See Also
View SourceFrameRate
Gets or sets the frame rate for recording media stream.
Declaration
public int FrameRate { get; set; }
Property Value
Type | Description |
---|---|
int | The frame rate value for video stream recording. |
Exceptions
Type | Condition |
---|---|
System. |
|
See Also
View SourceResolution
Gets or sets the resolution of the video recording.
Declaration
public Size Resolution { get; set; }
Property Value
Type | Description |
---|---|
Size | The output resolution for video stream recording. |
Exceptions
Type | Condition |
---|---|
System. |
Width or height of |
See Also
View SourceSourceFormat
Gets or sets the video source format for recording media stream.
Declaration
public StreamRecorderVideoFormat SourceFormat { get; set; }
Property Value
Type | Description |
---|---|
Stream |
The source format of buffers for video stream recording. |
Exceptions
Type | Condition |
---|---|
System. |
|