Class StreamFocusStateChangedEventArgs

    Definition

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

    Provides data for the StreamFocusStateChanged event.

    public class StreamFocusStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    StreamFocusStateChangedEventArgs

    Properties

    View Source

    ExtraInfo

    Gets the extra information.

    Declaration
    public string ExtraInfo { get; }
    Property Value
    Type Description
    string

    The extra information specified in AcquireFocus(AudioStreamFocusOptions, AudioStreamBehaviors, string) or ReleaseFocus(AudioStreamFocusOptions, AudioStreamBehaviors, string).

    See Also
    AcquireFocus(AudioStreamFocusOptions, AudioStreamBehaviors, string)
    ReleaseFocus(AudioStreamFocusOptions, AudioStreamBehaviors, string)
    View Source

    FocusOptions

    Gets the focus options.

    Declaration
    public AudioStreamFocusOptions FocusOptions { get; }
    Property Value
    Type Description
    AudioStreamFocusOptions

    The focus options.

    View Source

    FocusState

    Gets the changed focus state.

    Declaration
    public AudioStreamFocusState FocusState { get; }
    Property Value
    Type Description
    AudioStreamFocusState

    The focus state.

    View Source

    Reason

    Gets the reason for state change of the focus.

    Declaration
    public AudioStreamFocusChangedReason Reason { get; }
    Property Value
    Type Description
    AudioStreamFocusChangedReason

    The reason for state change of the focus.

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