Searched refs:pls (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistFileReader.h20 enum PlaylistFileType {m3u, pls, unknown}; enumerator in enum:PlaylistFileType
H A DPlaylistFileReader.cpp35 else if (type == pls)
89 else if (path.FindLast(".pls") == path.CountChars() - 4)
90 type = pls;
131 printf("Error - Invalid .pls file\n");
152 // from the .pls file

Completed in 79 milliseconds