Lines Matching defs:uri
34 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond. */
126 /* Play some audio from a URI and regularly query the position */
134 SLDataLocator_URI uri;
178 /* Setup the data source structure for the URI */
179 uri.locatorType = SL_DATALOCATOR_URI;
180 uri.URI = (SLchar*) path;
186 audioSource.pLocator = (void *)&uri;
200 fprintf(stdout, "URI example: after Realize\n");
235 /* Play the URI */