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
public class PlaylistWriter extends ManifestWriter
-
-
Field Summary
-
Fields inherited from class com.wowza.wms.manifest.writer.ManifestWriter
contextStr, tagWriter, validatePlaylists
-
-
Constructor Summary
Constructors Constructor Description PlaylistWriter(java.io.OutputStream outputStream, String contextStr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
write(ManifestModel manifest)
-
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
-
-
-
-
Method Detail
-
write
public final boolean write(ManifestModel manifest) throws java.io.IOException
- Specified by:
write
in classManifestWriter
- Parameters:
manifest
- Manifest model to write to the outputStream- Returns:
- true if write did not encounter errors
- Throws:
java.io.IOException
-
-