From: Sangchul Lee Date: Fri, 16 Aug 2019 00:45:16 +0000 (+0900) Subject: [AudioManager] Add 'Network' audio device type (#976) X-Git-Tag: submit/tizen/20190817.005201~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b95ebb6b2f57305f959731c308ed94fdc810060;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [AudioManager] Add 'Network' audio device type (#976) * [AudioManager] Add 'Network' audio device type Signed-off-by: Sangchul Lee * [AudioManager] Revise description of Network audio device type Signed-off-by: Sangchul Lee --- diff --git a/src/Tizen.Multimedia/AudioManager/AudioDeviceType.cs b/src/Tizen.Multimedia/AudioManager/AudioDeviceType.cs index b4fcda5a0..7fd9822e1 100644 --- a/src/Tizen.Multimedia/AudioManager/AudioDeviceType.cs +++ b/src/Tizen.Multimedia/AudioManager/AudioDeviceType.cs @@ -65,6 +65,11 @@ namespace Tizen.Multimedia /// /// Bluetooth voice (SCO). /// - BluetoothVoice + BluetoothVoice, + + /// + /// Device for the transmission of audio data over a network + /// + Network } }