Class AudioDuckingStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the state change event of DuckingStateChanged.
C#Copypublic class AudioDuckingStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAudioDuckingStateChangedEventArgs
Properties
Declaration
C#Copypublic bool IsDucked { get; }
Property Value
Type | Description |
---|---|
bool | true if the state is ducked; otherwise, false. |