Home | History | Annotate | Download | only in mimeUri

Lines Matching defs:uri

124 /* Play some music from a URI  */
132 SLDataLocator_URI uri;
171 /* Setup the data source structure for the URI */
172 uri.locatorType = SL_DATALOCATOR_URI;
173 uri.URI = (SLchar*) path;
179 audioSource.pLocator = (void *)&uri;
193 fprintf(stdout, "URI example: after Realize\n");
239 /* Play the URI */
272 fprintf(stdout, "URI example: starting to play\n");
306 fprintf(stdout, "URI example: stopping playback\n");