Class AudioDeviceStateChangedEventArgs

Definition

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

Provides data for the DeviceStateChanged event.

C#
Copy
[Obsolete("Deprecated since API level 5. Please use the AudioDeviceRunningChangedEventArgs class instead.")] public class AudioDeviceStateChangedEventArgs : EventArgs
Inheritance
AudioDeviceStateChangedEventArgs

Properties

View Source

Device

Gets the device.

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

The AudioDevice.

API Level: 3
View Source

State

Gets the state of the device.

Declaration
C#
Copy
public AudioDeviceState State { get; }
Property Value
Type Description
AudioDeviceState

The AudioDeviceState of the device.

API Level: 4