Class AudioDuckingStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Represents the event data for the Ducking
C#
Copy
public class AudioDuckingStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args AudioDucking State Changed Event Args
Properties
View Source
IsDucked
Gets a value indicating whether the audio stream is currently in a ducked state.
This property reflects the status of the audio stream, where true
signifies that the audio level has been lowered, and false
indicates
that the audio is at its normal level.
Declaration
C#
Copy
public bool IsDucked { get; }
Property Value
Type | Description |
---|---|
bool | true if the state is ducked; otherwise, false. |