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 |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Not connected to a source. |
System.ObjectDisposedException | The ScreenMirroring has already been disposed. |
FrameRate
Gets the negotiated video frame rate.
Declaration
public 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. |
Resolution
Gets the negotiated video resolution.
Declaration
public 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. |