Uses of Class
com.wowza.wms.manifest.model.ManifestModel
- 
- 
Uses of ManifestModel in com.wowza.wms.manifest.builderMethods in com.wowza.wms.manifest.builder that return ManifestModel Modifier and Type Method Description ManifestModelIManifestBuilder. addSegment(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data)ManifestModelManifestUpdate. getManifest()static ManifestModelManifestService. getManifestModel(java.util.Map<String,Object> params, IHTTPStreamerSession httpStreamerSession, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo)ManifestModelIManifestBuilder. setPreloadHint(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data)Methods in com.wowza.wms.manifest.builder with parameters of type ManifestModel Modifier and Type Method Description voidManifestUpdate. setManifest(ManifestModel manifest)Constructors in com.wowza.wms.manifest.builder with parameters of type ManifestModel Constructor Description ManifestUpdate(com.wowza.wms.httpstreamer.PlaylistKey streamContext, ManifestModel manifest)
- 
Uses of ManifestModel in com.wowza.wms.manifest.model.dashSubclasses of ManifestModel in com.wowza.wms.manifest.model.dash Modifier and Type Class Description classMPEGDashManifestModel
- 
Uses of ManifestModel in com.wowza.wms.manifest.model.hdsSubclasses of ManifestModel in com.wowza.wms.manifest.model.hds Modifier and Type Class Description classSanJoseManifestModel
- 
Uses of ManifestModel in com.wowza.wms.manifest.model.m3u8Subclasses of ManifestModel in com.wowza.wms.manifest.model.m3u8 Modifier and Type Class Description classMediaPlaylistProvides implementation of HLS media playlists This class is not thread safe.classMediaSegmentModelclassPlaylistModelProvides implementations that are common to all Playlist models
- 
Uses of ManifestModel in com.wowza.wms.manifest.validatorMethods in com.wowza.wms.manifest.validator with parameters of type ManifestModel Modifier and Type Method Description protected abstract booleanManifestValidator. validate(ManifestModel playlist)
- 
Uses of ManifestModel in com.wowza.wms.manifest.validator.m3u8Methods in com.wowza.wms.manifest.validator.m3u8 with parameters of type ManifestModel Modifier and Type Method Description booleanMediaPlaylistValidator. validate(ManifestModel manifest)booleanPlaylistValidator. validate(ManifestModel manifest)
- 
Uses of ManifestModel in com.wowza.wms.manifest.writerMethods in com.wowza.wms.manifest.writer with parameters of type ManifestModel Modifier and Type Method Description abstract booleanManifestWriter. write(ManifestModel manifest)
- 
Uses of ManifestModel in com.wowza.wms.manifest.writer.m3u8Methods in com.wowza.wms.manifest.writer.m3u8 with parameters of type ManifestModel Modifier and Type Method Description booleanMediaPlaylistWriter. write(ManifestModel manifest)booleanPlaylistWriter. write(ManifestModel manifest)
- 
Uses of ManifestModel in com.wowza.wms.pushpublish.modelFields in com.wowza.wms.pushpublish.model declared as ManifestModel Modifier and Type Field Description ManifestModelPushPublishHTTPPlaylistMap. manifestManifestModelPushPublishHTTPPlaylistMap. manifestOldMethods in com.wowza.wms.pushpublish.model that return ManifestModel Modifier and Type Method Description ManifestModelIPushPublishHTTPGroupMember. createGroupPlaylist(String id, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties)Creates a group playlist.Methods in com.wowza.wms.pushpublish.model with parameters of type ManifestModel Modifier and Type Method Description voidIPushPublishHTTPGroupMember. sendGroupPlaylist(String groupName, ManifestModel manifest)Sends a group playlist to the destination.
- 
Uses of ManifestModel in com.wowza.wms.pushpublish.protocol.cupertinoMethods in com.wowza.wms.pushpublish.protocol.cupertino that return ManifestModel Modifier and Type Method Description ManifestModelPushPublishHTTPCupertino. createGroupPlaylist(String id, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties)ManifestModelPushPublishHTTPCupertinoUtil. createGroupPlaylist(String id, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties)Methods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type ManifestModel Modifier and Type Method Description voidPushPublishHTTPCupertino. sendGroupPlaylist(String groupName, ManifestModel manifest)
- 
Uses of ManifestModel in com.wowza.wms.pushpublish.protocol.sanjoseMethods in com.wowza.wms.pushpublish.protocol.sanjose that return ManifestModel Modifier and Type Method Description ManifestModelPushPublishHTTPSanJoseAkamaiHandler. createGroupPlaylist(String id, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties)Deprecated.Methods in com.wowza.wms.pushpublish.protocol.sanjose with parameters of type ManifestModel Modifier and Type Method Description voidPushPublishHTTPSanJoseAkamaiHandler. sendGroupPlaylist(String groupName, ManifestModel manifest)Deprecated.
 
-