Struct ExtraPreviewStreamInfo
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides the ability to get the information of extra preview stream.
C#Copypublic struct ExtraPreviewStreamInfo
Constructors
View Source
ExtraPreviewStreamInfo(int, CameraPixelFormat, Size, int)
Initializes a new instance of the ExtraPreviewStreamInfo class.
Declaration
C#Copypublic ExtraPreviewStreamInfo(int streamId, CameraPixelFormat format, Size size, int fps)
Parameters
| Type | Name | Description |
|---|---|---|
| int | streamId | The stream ID. |
| CameraPixelFormat | format | The preview format. |
| Size | size | The preview resolution. |
| int | fps | The FPS. |
Properties
Declaration
C#Copypublic readonly CameraPixelFormat Format { get; }
Property Value
| Type | Description |
|---|---|
| CameraPixelFormat | The camera pixel format. |
Declaration
C#Copypublic readonly int Fps { get; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic readonly Size Size { get; }
Property Value
| Type | Description |
|---|---|
| Size | A resolution of extra preview. |
Declaration
C#Copypublic readonly int StreamId { get; }
Property Value
| Type | Description |
|---|---|
| int | The stream ID. |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
System.ValueType.ToString()