Class AudioDeviceRunningChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the Device
public class AudioDeviceRunningChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args AudioDevice Running Changed Event Args
Properties
View SourceDevice
Gets the device.
Declaration
public AudioDevice Device { get; }
Property Value
Type | Description |
---|---|
Audio |
The Audio |
IsRunning
Gets the running state of the device.
Declaration
public bool IsRunning { get; }
Property Value
Type | Description |
---|---|
bool | true if the audio stream of device is running actually; otherwise, false. |