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.
public class ScreenMirroringVideoInfo
- Inheritance
-
objectScreen
Mirroring Video Info
Properties
View SourceCodec
Gets the negotiated video codec.
Declaration
public ScreenMirroringVideoCodec Codec { get; }
Property Value
Type | Description |
---|---|
Screen |
Exceptions
Type | Condition |
---|---|
System. |
Not connected to a source. |
System. |
The Screen |
FrameRate
Gets the negotiated video frame rate.
Declaration
public int FrameRate { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
Not connected to a source. |
System. |
The Screen |
Resolution
Gets the negotiated video resolution.
Declaration
public Size Resolution { get; }
Property Value
Type | Description |
---|---|
Size |
Exceptions
Type | Condition |
---|---|
System. |
Not connected to a source. |
System. |
The Screen |