commit | 1f8a089555312f281aa4074141e0945096d2a621 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Nov 18 00:14:24 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Nov 18 00:14:24 2011 |
tree | 32ace48d91e7eb290bd2b8df39e7fbc17282fcdf | |
parent | fc2436bac6a8e5f6839f6e62e8680a15e7d592eb [diff] [blame] |
Revert 110602 - Revert 110587 - Microphone support for Pepper Flash. [I think the Windows shared builders just need to be clobbered.] [Committing for [email protected]. Original review: http://codereview.chromium.org/8138008/ .] This change supports audio capture from the microphone and supplies the data through a Pepper interface. Its enumeration is limited to the default audio device that uses mono 44.1kHz. [email protected] Review URL: http://codereview.chromium.org/8574029 [email protected] Review URL: http://codereview.chromium.org/8569003 [email protected] Review URL: http://codereview.chromium.org/8561003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110609 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ppapi/shared_impl/api_id.h b/ppapi/shared_impl/api_id.h index d439d3d..5da4b04 100644 --- a/ppapi/shared_impl/api_id.h +++ b/ppapi/shared_impl/api_id.h
@@ -14,6 +14,7 @@ API_ID_NONE = 0, API_ID_PPB_AUDIO = 1, API_ID_PPB_AUDIO_CONFIG, + API_ID_PPB_AUDIO_INPUT_DEV, API_ID_PPB_BROKER, API_ID_PPB_BUFFER, API_ID_PPB_CONTEXT_3D,