Lines Matching refs:resource
83 * Create() creates an audio resource. No sound will be heard until
97 * config resource.
102 * @return A <code>PP_Resource</code> containing the audio resource if
111 * IsAudio() determines if the provided resource is an audio resource.
113 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
114 * resource.
117 * if the given resource is an Audio resource, otherwise
120 PP_Bool (*IsAudio)(PP_Resource resource);
122 * GetCurrrentConfig() returns an audio config resource for the given audio
123 * resource.
126 * resource.
128 * @return A <code>PP_Resource</code> containing the audio config resource if
133 * StartPlayback() starts the playback of the audio resource and begins
137 * resource.
146 * StopPlayback() stops the playback of the audio resource.
149 * resource.