Class AudioDuckingStateChangedEventArgs

    Definition

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

    Provides data for the state change event of DuckingStateChanged.

    public class AudioDuckingStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AudioDuckingStateChangedEventArgs

    Properties

    View Source

    IsDucked

    Gets the ducking state of the stream.

    Declaration
    public bool IsDucked { get; }
    Property Value
    Type Description
    bool

    true if the state is ducked; otherwise, false.

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