[AudioManager] Add 'Network' audio device type (#976)
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 16 Aug 2019 00:45:16 +0000 (09:45 +0900)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2019 00:45:16 +0000 (09:45 +0900)
* [AudioManager] Add 'Network' audio device type

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
* [AudioManager] Revise description of Network audio device type

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
src/Tizen.Multimedia/AudioManager/AudioDeviceType.cs

index b4fcda5..7fd9822 100644 (file)
@@ -65,6 +65,11 @@ namespace Tizen.Multimedia
         /// <summary>
         /// Bluetooth voice (SCO).
         /// </summary>
-        BluetoothVoice
+        BluetoothVoice,
+
+        /// <summary>
+        /// Device for the transmission of audio data over a network
+        /// </summary>
+        Network
     }
 }