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
Inheritance
ScreenMirroringVideoInfo

Properties

View Source

Codec

Gets the negotiated video codec.

Declaration
C#
Copy
public ScreenMirroringVideoCodec Codec { get; }
Property Value
Type Description
ScreenMirroringVideoCodec
Exceptions
Type Condition
InvalidOperationException

Not connected to a source.
-or-
An internal error occurs.

ObjectDisposedException

The ScreenMirroring has already been disposed.

API Level: 4
View Source

FrameRate

Gets the negotiated video frame rate.

Declaration
C#
Copy
public int FrameRate { get; }
Property Value
Type Description
System.Int32
Exceptions
Type Condition
InvalidOperationException

Not connected to a source.
-or-
An internal error occurs.

ObjectDisposedException

The ScreenMirroring has already been disposed.

API Level: 4
View Source

Resolution

Gets the negotiated video resolution.

Declaration
C#
Copy
public Size Resolution { get; }
Property Value
Type Description
Size
Exceptions
Type Condition
InvalidOperationException

Not connected to a source.
-or-
An internal error occurs.

ObjectDisposedException

The ScreenMirroring has already been disposed.

API Level: 4