Class WebRTCStateChangedEventArgs

    Definition

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

    Provides data for the StateChanged event.

    public class WebRTCStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    WebRTCStateChangedEventArgs

    Properties

    View Source

    Current

    The current state.

    Declaration
    public WebRTCState Current { get; }
    Property Value
    Type Description
    WebRTCState

    The current WebRTC state

    View Source

    Previous

    The previous state.

    Declaration
    public WebRTCState Previous { get; }
    Property Value
    Type Description
    WebRTCState

    The previous WebRTC state

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX