Uses of Class
com.wowza.wms.manifest.reader.ManifestReaderLogging
-
Packages that use ManifestReaderLogging Package Description com.wowza.wms.manifest.reader com.wowza.wms.manifest.reader.m3u8 -
-
Uses of ManifestReaderLogging in com.wowza.wms.manifest.reader
Subclasses of ManifestReaderLogging in com.wowza.wms.manifest.reader Modifier and Type Class Description class
ManifestReader
Abstract Manifest Reader base class Provides implementations that are common to all Manfiest readers -
Uses of ManifestReaderLogging in com.wowza.wms.manifest.reader.m3u8
Subclasses of ManifestReaderLogging 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
-