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

Side by Side Diff: ppapi/api/trusted/ppb_audio_input_trusted_dev.idl

Issue 8561003: Revert 110602 - Revert 110587 - Microphone support for Pepper Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/api/dev/ppb_audio_input_dev.idl ('k') | ppapi/c/dev/ppb_audio_input_dev.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 /** 5 /**
6 * This file defines the trusted audio input interface. 6 * This file defines the trusted audio input interface.
7 */ 7 */
8 8
9 label Chrome { 9 label Chrome {
10 M17 = 0.1 10 M17 = 0.1
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 /** 45 /**
46 * Get the shared memory interface. Use once Open has completed. 46 * Get the shared memory interface. Use once Open has completed.
47 * Returns PP_OK on success. 47 * Returns PP_OK on success.
48 */ 48 */
49 int32_t GetSharedMemory( 49 int32_t GetSharedMemory(
50 [in] PP_Resource audio_input, 50 [in] PP_Resource audio_input,
51 [out] handle_t shm_handle, 51 [out] handle_t shm_handle,
52 [out] uint32_t shm_size); 52 [out] uint32_t shm_size);
53 }; 53 };
OLDNEW
« no previous file with comments | « ppapi/api/dev/ppb_audio_input_dev.idl ('k') | ppapi/c/dev/ppb_audio_input_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698