Class AudioDuckingStateChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.dll
API Level:
6

Provides data for the state change event of DuckingStateChanged.

C#
Copy
public class AudioDuckingStateChangedEventArgs : EventArgs
Inheritance
System.Object
AudioDuckingStateChangedEventArgs

Properties

View Source

IsDucked

Gets the ducking state of the stream.

Declaration
C#
Copy
public bool IsDucked { get; }
Property Value
Type Description
Boolean

true if the state is ducked; otherwise, false.

API Level: 6