Class AudioDeviceRunningChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the DeviceRunningChanged event.
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. |