audio API: Consider making AudioDeviceInfo.deviceType an enum type |
|||
Issue descriptionAudioDeviceInfo.deviceType is currently a string that can has one of few values defined by platform (chromeos::AudioDeviceType - https://cs.chromium.org/chromium/src/chromeos/audio/audio_device.h?rcl=0&l=20) - it might make more sense to define its type as enum than a raw string, if nothing else, to document possible types more naturally.
,
Feb 10 2017
,
Jan 22 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Feb 10 2017