Class AudioDevice
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides the ability to query the information of sound devices.
C#Copypublic class AudioDevice
- Inheritance
-
objectAudioDevice
Properties
Declaration
C#Copypublic int Id { get; }
Property Value
| Type | Description |
|---|---|
| int | The id of the device. |
Declaration
C#Copypublic AudioDeviceIoDirection IoDirection { get; }
Property Value
| Type | Description |
|---|---|
| AudioDeviceIoDirection | The IO direction of the device. |
Declaration
C#Copypublic string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The name of the device. |
Declaration
C#Copypublic AudioDeviceState State { get; }
Property Value
| Type | Description |
|---|---|
| AudioDeviceState | The AudioDeviceState of the device. |
Declaration
C#Copypublic AudioDeviceType Type { get; }
Property Value
| Type | Description |
|---|---|
| AudioDeviceType | The AudioDeviceType of the device. |
Methods
Declaration
C#Copypublic override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | A object to compare. |
Returns
| Type | Description |
|---|---|
| bool | true if the two devices are equal; otherwise, false. |
Overrides
object.Equals(object)
Declaration
C#Copypublic override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | The hash code for this instance of AudioDevice. |
Overrides
object.GetHashCode()
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
object.ToString()