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

    Properties

    View Source

    Codec

    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.
    -or-
    An internal error occurs.

    System.ObjectDisposedException

    The ScreenMirroring has already been disposed.

    View Source

    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.
    -or-
    An internal error occurs.

    System.ObjectDisposedException

    The ScreenMirroring has already been disposed.

    View Source

    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.
    -or-
    An internal error occurs.

    System.ObjectDisposedException

    The ScreenMirroring has already been disposed.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX