Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1046)

Unified Diff: ppapi/api/dev/ppb_device_ref_dev.idl

Issue 2755613002: Support audio output device enumeration and selection in PPAPI (Closed)
Patch Set: Fix format, Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/api/dev/ppb_audio_output_dev.idl ('k') | ppapi/c/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/ppb_device_ref_dev.idl
diff --git a/ppapi/api/dev/ppb_device_ref_dev.idl b/ppapi/api/dev/ppb_device_ref_dev.idl
index 98d127234f4be87d559478d6a680825a60374a69..b6135843bf766546385585871f669c7cc0ee7dd1 100644
--- a/ppapi/api/dev/ppb_device_ref_dev.idl
+++ b/ppapi/api/dev/ppb_device_ref_dev.idl
@@ -36,7 +36,8 @@ typedef void PP_MonitorDeviceChangeCallback(
enum PP_DeviceType_Dev {
PP_DEVICETYPE_DEV_INVALID = 0,
PP_DEVICETYPE_DEV_AUDIOCAPTURE = 1,
- PP_DEVICETYPE_DEV_VIDEOCAPTURE = 2
+ PP_DEVICETYPE_DEV_VIDEOCAPTURE = 2,
+ PP_DEVICETYPE_DEV_AUDIOOUTPUT = 3
};
interface PPB_DeviceRef_Dev {
« no previous file with comments | « ppapi/api/dev/ppb_audio_output_dev.idl ('k') | ppapi/c/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698