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#
Copy
public class ScreenMirroringVideoInfo : object
Inheritance
ScreenMirroringVideoInfo

Properties

View Source

Codec

Gets the negotiated video codec.

Declaration
C#
Copy
public ScreenMirroringVideoCodec Codec { get; }
Property Value
Type Description
ScreenMirroringVideoCodec
API Level: 4
View Source

FrameRate

Gets the negotiated video frame rate.

Declaration
C#
Copy
public int FrameRate { get; }
Property Value
Type Description
Int32
API Level: 4
View Source

Resolution

Gets the negotiated video resolution.

Declaration
C#
Copy
public Size Resolution { get; }
Property Value
Type Description
Size
API Level: 4

Extension Methods