Searched defs:getTypeURI (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp338 bool M3UParser::getTypeURI(size_t index, const char *key, AString *uri) const { function in class:android::M3UParser
373 return getTypeURI(index, "audio", uri);
377 return getTypeURI(index, "video", uri);
381 return getTypeURI(index, "subtitles", uri);

Completed in 386 milliseconds