Class ScreenMirroringVideoInfo
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to retrieve the video information which is negotiated with the source device.
C#Copypublic class ScreenMirroringVideoInfo
- Inheritance
-
objectScreenMirroringVideoInfo
Properties
Declaration
C#Copypublic ScreenMirroringVideoCodec Codec { get; }
Property Value
| Type | Description |
|---|---|
| ScreenMirroringVideoCodec |
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Not connected to a source. |
| System.ObjectDisposedException | The ScreenMirroring has already been disposed. |
Declaration
C#Copypublic int FrameRate { get; }
Property Value
| Type | Description |
|---|---|
| int |
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Not connected to a source. |
| System.ObjectDisposedException | The ScreenMirroring has already been disposed. |
Declaration
C#Copypublic Size Resolution { get; }
Property Value
| Type | Description |
|---|---|
| Size |
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Not connected to a source. |
| System.ObjectDisposedException | The ScreenMirroring has already been disposed. |