Home | History | Annotate | Download | only in c

Lines Matching full:code

2  * Use of this source code is governed by a BSD-style license that can be
24 * This file defines the <code>PPB_Audio</code> interface, which provides
34 * <code>PPB_Audio_Callback</code> defines the type of an audio callback
36 * Create() function in the <code>PPB_Audio</code> interface for
43 * <code>PPB_Audio.Create()</code>.
62 * The <code>PPB_Audio</code> interface contains pointers to several functions
66 * Please see descriptions for each <code>PPB_Audio</code> and
67 * <code>PPB_AudioConfig</code> function for more details. A C example using
68 * <code>PPB_Audio</code> and <code>PPB_AudioConfig</code> follows.
72 * @code
99 * callback, you should not call <code>PPB_Audio</code> functions. The
105 * specified in the <code>AudioConfig</code> documentation.
107 * @param[in] instance A <code>PP_Instance</code> identifying one instance
109 * @param[in] config A <code>PP_Resource</code> corresponding to an audio
111 * @param[in] audio_callback A <code>PPB_Audio_Callback</code> callback
115 * @return A <code>PP_Resource</code> containing the audio resource if
126 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
129 * @return A <code>PP_Bool</code> containing containing <code>PP_TRUE</code>
131 * <code>PP_FALSE</code>.
138 * @param[in] config A <code>PP_Resource</code> corresponding to an audio
141 * @return A <code>PP_Resource</code> containing the audio config resource if
149 * @param[in] config A <code>PP_Resource</code> corresponding to an audio
152 * @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if
153 * successful, otherwise <code>PP_FALSE</code>. Also returns
154 * <code>PP_TRUE</code> (and be a no-op) if called while playback is already
161 * @param[in] config A <code>PP_Resource</code> corresponding to an audio
164 * @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if
165 * successful, otherwise <code>PP_FALSE</code>. Also returns
166 * <code>PP_TRUE</code> (and is a no-op) if called while playback is already