Class AudioManager
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides the ability to control volume levels and monitor audio devices.
public static class AudioManager
- Inheritance
-
objectAudio
Manager
Properties
View SourceVolumeController
Gets the volume controller.
Declaration
public static AudioVolume VolumeController { get; }
Property Value
Type | Description |
---|---|
Audio |
The Audio |
Methods
View SourceGetConnectedDevices()
Gets the all devices currently connected.
Declaration
public static IEnumerable<AudioDevice> GetConnectedDevices()
Returns
Type | Description |
---|---|
System. |
An IEnumerable<AudioDevice> that contains connected devices. |
Events
View SourceDeviceConnectionChanged
Occurs when the state of a connection of an audio device changes.
Declaration
public static event EventHandler<AudioDeviceConnectionChangedEventArgs> DeviceConnectionChanged
Event Type
Type | Description |
---|---|
System. |
DeviceStateChanged
Occurs when the state of an audio device changes.
Declaration
public static event EventHandler<AudioDeviceStateChangedEventArgs> DeviceStateChanged
Event Type
Type | Description |
---|---|
System. |