Class AudioManager

Definition

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

Provides the ability to control volume levels and monitor audio devices.

C#
Copy
public static class AudioManager
Inheritance
AudioManager

Properties

View Source

VolumeController

Gets the volume controller.

Declaration
C#
Copy
public static AudioVolume VolumeController { get; }
Property Value
Type Description
AudioVolume

The AudioVolume.

API Level: 3

Methods

View Source

GetConnectedDevices()

Gets the all devices currently connected.

Declaration
C#
Copy
public static IEnumerable<AudioDevice> GetConnectedDevices()
Returns
Type Description
System.Collections.Generic.IEnumerable<AudioDevice>

An IEnumerable<AudioDevice> that contains connected devices.

API Level: 4

Events

View Source

DeviceConnectionChanged

Occurs when the state of a connection of an audio device changes.

Declaration
C#
Copy
public static event EventHandler<AudioDeviceConnectionChangedEventArgs> DeviceConnectionChanged
Event Type
Type Description
System.EventHandler<AudioDeviceConnectionChangedEventArgs>
API Level: 3
View Source

DeviceStateChanged

Occurs when the state of an audio device changes.

Declaration
C#
Copy
public static event EventHandler<AudioDeviceStateChangedEventArgs> DeviceStateChanged
Event Type
Type Description
System.EventHandler<AudioDeviceStateChangedEventArgs>
API Level: 3