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
    View Source

    FrameRate

    Gets the negotiated video frame rate.

    Declaration
    public int FrameRate { get; }
    Property Value
    Type Description
    int
    View Source

    Resolution

    Gets the negotiated video resolution.

    Declaration
    public Size Resolution { get; }
    Property Value
    Type Description
    Size

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX