Class PlaylistWriter
Object
com.wowza.wms.manifest.model.ManifestModelLogging
com.wowza.wms.manifest.writer.ManifestWriter
com.wowza.wms.manifest.writer.m3u8.PlaylistWriter
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields inherited from class com.wowza.wms.manifest.writer.ManifestWriter
contextStr, tagWriter, validatePlaylists
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.wowza.wms.manifest.writer.ManifestWriter
getContextStr, isValidatePlaylists, setValidatePlaylists
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLogging
clone, getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
-
Constructor Details
-
PlaylistWriter
- Throws:
IllegalArgumentException
-
-
Method Details
-
write
- Specified by:
write
in classManifestWriter
- Parameters:
manifest
- Manifest model to write to the outputStream- Returns:
- true if write did not encounter errors
- Throws:
IOException
-