Uses of Class
com.wowza.wms.manifest.model.ManifestModel
-
-
Uses of ManifestModel in com.wowza.wms.manifest.builder
Methods in com.wowza.wms.manifest.builder that return ManifestModel Modifier and Type Method Description ManifestModel
IManifestBuilder. addSegment(MediaPlaylist mediaPlaylist, java.util.Map<String,Object> data)
ManifestModel
ManifestUpdate. getManifest()
static ManifestModel
ManifestService. getManifestModel(java.util.Map<String,Object> params, IHTTPStreamerSession httpStreamerSession, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo)
ManifestModel
IManifestBuilder. 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 void
ManifestUpdate. 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.dash
Subclasses of ManifestModel in com.wowza.wms.manifest.model.dash Modifier and Type Class Description class
MPEGDashManifestModel
-
Uses of ManifestModel in com.wowza.wms.manifest.model.hds
Subclasses of ManifestModel in com.wowza.wms.manifest.model.hds Modifier and Type Class Description class
SanJoseManifestModel
-
Uses of ManifestModel in com.wowza.wms.manifest.model.m3u8
Subclasses of ManifestModel in com.wowza.wms.manifest.model.m3u8 Modifier and Type Class Description class
MediaPlaylist
Provides implementation of HLS media playlists This class is not thread safe.class
MediaSegmentModel
class
PlaylistModel
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 ManifestModel Modifier and Type Method Description protected 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 ManifestModel Modifier and Type Method Description boolean
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 Modifier and Type Method Description abstract boolean
ManifestWriter. write(ManifestModel manifest)
-
Uses of ManifestModel in com.wowza.wms.manifest.writer.m3u8
Methods in com.wowza.wms.manifest.writer.m3u8 with parameters of type ManifestModel Modifier and Type Method Description boolean
MediaPlaylistWriter. write(ManifestModel manifest)
boolean
PlaylistWriter. write(ManifestModel manifest)
-
Uses of ManifestModel in com.wowza.wms.pushpublish.model
Fields in com.wowza.wms.pushpublish.model declared as ManifestModel Modifier and Type Field Description ManifestModel
PushPublishHTTPPlaylistMap. manifest
ManifestModel
PushPublishHTTPPlaylistMap. manifestOld
Methods in com.wowza.wms.pushpublish.model that return ManifestModel Modifier and Type Method Description ManifestModel
IPushPublishHTTPGroupMember. 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 void
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 ManifestModel Modifier and Type Method Description ManifestModel
PushPublishHTTPCupertino. 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)
ManifestModel
PushPublishHTTPCupertinoUtil. 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 void
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 ManifestModel Modifier and Type Method Description ManifestModel
PushPublishHTTPSanJoseAkamaiHandler. 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 void
PushPublishHTTPSanJoseAkamaiHandler. sendGroupPlaylist(String groupName, ManifestModel manifest)
Deprecated.
-