Class AudioDeviceStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the Device
[Obsolete("Deprecated since API level 5. Please use the AudioDeviceRunningChangedEventArgs class instead.")]
public class AudioDeviceStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args AudioDevice State Changed Event Args
Properties
View SourceDevice
Gets the device.
Declaration
public AudioDevice Device { get; }
Property Value
Type | Description |
---|---|
Audio |
The Audio |
State
Gets the state of the device.
Declaration
public AudioDeviceState State { get; }
Property Value
Type | Description |
---|---|
Audio |
The Audio |