Class AudioDeviceRunningChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.dll
API Level:
5

Provides data for the DeviceRunningChanged event.

C#
Copy
public class AudioDeviceRunningChangedEventArgs : EventArgs
Inheritance
System.Object
AudioDeviceRunningChangedEventArgs

Properties

View Source

Device

Gets the device.

Declaration
C#
Copy
public AudioDevice Device { get; }
Property Value
Type Description
AudioDevice

The AudioDevice.

API Level: 5
View Source

IsRunning

Gets the running state of the device.

Declaration
C#
Copy
public bool IsRunning { get; }
Property Value
Type Description
Boolean

true if the audio stream of device is running actually; otherwise, false.

API Level: 5