Uses of Class
com.wowza.wms.manifest.reader.ManifestReader
-
Packages that use ManifestReader Package Description com.wowza.wms.manifest.reader.m3u8 -
-
Uses of ManifestReader in com.wowza.wms.manifest.reader.m3u8
Subclasses of ManifestReader in com.wowza.wms.manifest.reader.m3u8 Modifier and Type Class Description class
PlaylistReader
Provides implementations that are common to all Playlist readersclass
PlaylistReader2
Re-created this class so we can parse comments Everything is the same/copied except: public PlaylistModel parsePlaylist(BufferedReader reader) throws IOException public PlaylistModel parsePlaylist(BufferedReader reader, boolean paraseComments) throws IOException
-