Class PlaylistBuilder
- Object
-
- com.wowza.wms.manifest.model.ManifestModelLogging
-
- com.wowza.wms.manifest.model.m3u8.PlaylistBuilder
-
- All Implemented Interfaces:
IManifestBuilder
,Cloneable
public class PlaylistBuilder extends ManifestModelLogging implements IManifestBuilder
-
-
Constructor Summary
Constructors Constructor Description PlaylistBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaPlaylist
addSegment(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data)
protected String
getContextStr()
Get the context string associated with the Model to include with the log statementsMediaPlaylist
setPreloadHint(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data)
-
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLogging
clone, getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
-
-
-
-
Method Detail
-
setPreloadHint
public MediaPlaylist setPreloadHint(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data) throws java.net.URISyntaxException
- Specified by:
setPreloadHint
in interfaceIManifestBuilder
- Throws:
java.net.URISyntaxException
-
addSegment
public MediaPlaylist addSegment(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data) throws java.net.URISyntaxException
- Specified by:
addSegment
in interfaceIManifestBuilder
- Throws:
java.net.URISyntaxException
-
getContextStr
protected String getContextStr()
Description copied from class:ManifestModelLogging
Get the context string associated with the Model to include with the log statements- Specified by:
getContextStr
in classManifestModelLogging
- Returns:
- String
-
-