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 SummaryConstructors Constructor Description PlaylistBuilder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaPlaylistaddSegment(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data)protected StringgetContextStr()Get the context string associated with the Model to include with the log statementsMediaPlaylistsetPreloadHint(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data)- 
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLoggingclone, getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
 
- 
 
- 
- 
- 
Method Detail- 
setPreloadHintpublic MediaPlaylist setPreloadHint(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data) throws java.net.URISyntaxException - Specified by:
- setPreloadHintin interface- IManifestBuilder
- Throws:
- java.net.URISyntaxException
 
 - 
addSegmentpublic MediaPlaylist addSegment(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data) throws java.net.URISyntaxException - Specified by:
- addSegmentin interface- IManifestBuilder
- Throws:
- java.net.URISyntaxException
 
 - 
getContextStrprotected String getContextStr() Description copied from class:ManifestModelLoggingGet the context string associated with the Model to include with the log statements- Specified by:
- getContextStrin class- ManifestModelLogging
- Returns:
- String
 
 
- 
 
-