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

Unified Diff: ppapi/shared_impl/api_id.h

Issue 2755613002: Support audio output device enumeration and selection in PPAPI (Closed)
Patch Set: Fix issues from previous review, Rebase. Created 3 years, 9 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
Index: ppapi/shared_impl/api_id.h
diff --git a/ppapi/shared_impl/api_id.h b/ppapi/shared_impl/api_id.h
index a049948522ea8c20a428b083c0234516a5a4ecee..ff8511d89daf85add76a5994394907e38ed87e29 100644
--- a/ppapi/shared_impl/api_id.h
+++ b/ppapi/shared_impl/api_id.h
@@ -15,6 +15,7 @@ enum ApiID {
API_ID_PPB_AUDIO = 1,
API_ID_PPB_AUDIO_CONFIG,
API_ID_PPB_AUDIO_INPUT_DEV,
+ API_ID_PPB_AUDIO_OUTPUT_DEV,
API_ID_PPB_BROKER,
API_ID_PPB_BUFFER,
API_ID_PPB_CONTEXT_3D,

Powered by Google App Engine
This is Rietveld 408576698