Class AudioDeviceRunningChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides the data for the DeviceRunningChanged event, which is triggered when the running state of an audio device changes. This class encapsulates information about the specific audio device that has undergone a state change, as well as its current running status, allowing subscribers to respond appropriately to changes in audio device activity.
C#Copypublic class AudioDeviceRunningChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAudioDeviceRunningChangedEventArgs
Properties
Declaration
C#Copypublic AudioDevice Device { get; }
Property Value
| Type | Description |
|---|---|
| AudioDevice | The AudioDevice. |
Declaration
C#Copypublic bool IsRunning { get; }
Property Value
| Type | Description |
|---|---|
| bool | true if the audio stream of device is running actually; otherwise, false. |