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