Class PlaylistBuilder
Object
com.wowza.wms.manifest.model.ManifestModelLogging
com.wowza.wms.manifest.model.m3u8.PlaylistBuilder
- All Implemented Interfaces:
IManifestBuilder
,Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSegment
(MediaPlaylist mediaPlaylist, Map<String, Object> data) protected String
Get the context string associated with the Model to include with the log statementssetPreloadHint
(MediaPlaylist mediaPlaylist, 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
-
Constructor Details
-
PlaylistBuilder
public PlaylistBuilder()
-
-
Method Details
-
setPreloadHint
public MediaPlaylist setPreloadHint(MediaPlaylist mediaPlaylist, Map<String, Object> data) throws URISyntaxException- Specified by:
setPreloadHint
in interfaceIManifestBuilder
- Throws:
URISyntaxException
-
addSegment
public MediaPlaylist addSegment(MediaPlaylist mediaPlaylist, Map<String, Object> data) throws URISyntaxException- Specified by:
addSegment
in interfaceIManifestBuilder
- Throws:
URISyntaxException
-
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
-