Class ScreenMirroringUibcInfoReceivedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides data for the UibcInfoReceived event.

    public class ScreenMirroringUibcInfoReceivedEventArgs : EventArgs
    Inheritance
    object
    ScreenMirroringUibcInfoReceivedEventArgs

    Properties

    View Source

    Error

    Gets the error that occurred.

    Declaration
    public ScreenMirroringError Error { get; }
    Property Value
    Type Description
    ScreenMirroringError
    View Source

    GenCapability

    Gets the gen capability

    Declaration
    public uint GenCapability { get; }
    Property Value
    Type Description
    uint
    View Source

    HidcCapabilities

    Gets the HIDC(Human Interface Device Command) capabilities

    Declaration
    public ReadOnlyCollection<UibcInputs> HidcCapabilities { get; }
    Property Value
    Type Description
    ReadOnlyCollection<><UibcInputs>
    View Source

    Ip

    Gets the IP address

    Declaration
    public string Ip { get; }
    Property Value
    Type Description
    string
    View Source

    Port

    Gets the port number

    Declaration
    public uint Port { get; }
    Property Value
    Type Description
    uint
    View Source

    Resolution

    Gets the resolution of window

    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