Class AudioDeviceRunningChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 5
Provides data for the DeviceRunningChanged event.
public class AudioDeviceRunningChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceDevice
Gets the device.
Declaration
public AudioDevice Device { get; }
Property Value
Type | Description |
---|---|
AudioDevice | The AudioDevice. |
API Level: 5
View SourceIsRunning
Gets the running state of the device.
Declaration
public bool IsRunning { get; }
Property Value
Type | Description |
---|---|
Boolean | true if the audio stream of device is running actually; otherwise, false. |