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
-
objectScreenMirroringVideoInfo
Properties
View SourceCodec
Gets the negotiated video codec.
Declaration
public ScreenMirroringVideoCodec Codec { get; }
Property Value
| Type | Description |
|---|---|
| ScreenMirroringVideoCodec |
FrameRate
Gets the negotiated video frame rate.
Declaration
public int FrameRate { get; }
Property Value
| Type | Description |
|---|---|
| int |
Resolution
Gets the negotiated video resolution.
Declaration
public Size Resolution { get; }
Property Value
| Type | Description |
|---|---|
| Size |