Uses of Class
com.wowza.wms.manifest.model.ManifestModel
Packages that use ManifestModel
Package
Description
-
Uses of ManifestModel in com.wowza.wms.manifest.builder
Methods in com.wowza.wms.manifest.builder that return ManifestModelModifier and TypeMethodDescriptionIManifestBuilder.addSegment
(MediaPlaylist mediaPlaylist, Map<String, Object> data) ManifestUpdate.getManifest()
static ManifestModel
ManifestService.getManifestModel
(Map<String, Object> params, IHTTPStreamerSession httpStreamerSession, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo) IManifestBuilder.setPreloadHint
(MediaPlaylist mediaPlaylist, Map<String, Object> data) Methods in com.wowza.wms.manifest.builder with parameters of type ManifestModelConstructors in com.wowza.wms.manifest.builder with parameters of type ManifestModelModifierConstructorDescriptionManifestUpdate
(com.wowza.wms.httpstreamer.PlaylistKey streamContext, ManifestModel manifest) -
Uses of ManifestModel in com.wowza.wms.manifest.model.dash
Subclasses of ManifestModel in com.wowza.wms.manifest.model.dash -
Uses of ManifestModel in com.wowza.wms.manifest.model.hds
Subclasses of ManifestModel in com.wowza.wms.manifest.model.hds -
Uses of ManifestModel in com.wowza.wms.manifest.model.m3u8
Subclasses of ManifestModel in com.wowza.wms.manifest.model.m3u8Modifier and TypeClassDescriptionclass
Provides implementation of HLS media playlists This class is not thread safe.class
class
Provides implementations that are common to all Playlist models -
Uses of ManifestModel in com.wowza.wms.manifest.validator
Methods in com.wowza.wms.manifest.validator with parameters of type ManifestModelModifier and TypeMethodDescriptionprotected abstract boolean
ManifestValidator.validate
(ManifestModel playlist) -
Uses of ManifestModel in com.wowza.wms.manifest.validator.m3u8
Methods in com.wowza.wms.manifest.validator.m3u8 with parameters of type ManifestModelModifier and TypeMethodDescriptionboolean
MediaPlaylistValidator.validate
(ManifestModel manifest) boolean
PlaylistValidator.validate
(ManifestModel manifest) -
Uses of ManifestModel in com.wowza.wms.manifest.writer
Methods in com.wowza.wms.manifest.writer with parameters of type ManifestModel -
Uses of ManifestModel in com.wowza.wms.manifest.writer.m3u8
Methods in com.wowza.wms.manifest.writer.m3u8 with parameters of type ManifestModelModifier and TypeMethodDescriptionfinal boolean
MediaPlaylistWriter.write
(ManifestModel manifest) final boolean
PlaylistWriter.write
(ManifestModel manifest) -
Uses of ManifestModel in com.wowza.wms.pushpublish.model
Fields in com.wowza.wms.pushpublish.model declared as ManifestModelModifier and TypeFieldDescriptionPushPublishHTTPPlaylistMap.manifest
PushPublishHTTPPlaylistMap.manifestOld
Methods in com.wowza.wms.pushpublish.model that return ManifestModelModifier and TypeMethodDescriptionIPushPublishHTTPGroupMember.createGroupPlaylist
(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) Creates a group playlist.Methods in com.wowza.wms.pushpublish.model with parameters of type ManifestModelModifier and TypeMethodDescriptionvoid
IPushPublishHTTPGroupMember.sendGroupPlaylist
(String groupName, ManifestModel manifest) Sends a group playlist to the destination. -
Uses of ManifestModel in com.wowza.wms.pushpublish.protocol.cupertino
Methods in com.wowza.wms.pushpublish.protocol.cupertino that return ManifestModelModifier and TypeMethodDescriptionPushPublishHTTPCupertino.createGroupPlaylist
(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) PushPublishHTTPCupertinoUtil.createGroupPlaylist
(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) Methods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type ManifestModelModifier and TypeMethodDescriptionvoid
PushPublishHTTPCupertino.sendGroupPlaylist
(String groupName, ManifestModel manifest) -
Uses of ManifestModel in com.wowza.wms.pushpublish.protocol.sanjose
Methods in com.wowza.wms.pushpublish.protocol.sanjose that return ManifestModelModifier and TypeMethodDescriptionPushPublishHTTPSanJoseAkamaiHandler.createGroupPlaylist
(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) Deprecated.Methods in com.wowza.wms.pushpublish.protocol.sanjose with parameters of type ManifestModelModifier and TypeMethodDescriptionvoid
PushPublishHTTPSanJoseAkamaiHandler.sendGroupPlaylist
(String groupName, ManifestModel manifest) Deprecated.