Uses of Class
com.wowza.wms.manifest.model.m3u8.PlaylistModel
- 
Packages that use PlaylistModel Package Description com.wowza.wms.manifest.model.m3u8 com.wowza.wms.manifest.reader.m3u8 com.wowza.wms.manifest.reader.m3u8.tag com.wowza.wms.pushpublish.protocol.cupertino 
- 
- 
Uses of PlaylistModel in com.wowza.wms.manifest.model.m3u8Fields in com.wowza.wms.manifest.model.m3u8 with type parameters of type PlaylistModel Modifier and Type Field Description java.util.List<PlaylistModel>PlaylistModel. playlists
- 
Uses of PlaylistModel in com.wowza.wms.manifest.reader.m3u8Methods in com.wowza.wms.manifest.reader.m3u8 that return PlaylistModel Modifier and Type Method Description PlaylistModelPlaylistReader. parsePlaylist(java.io.BufferedReader reader)PlaylistModelPlaylistReader. parsePlaylist(java.io.InputStream in)PlaylistModelPlaylistReader2. parsePlaylist(java.io.BufferedReader reader)PlaylistModelPlaylistReader2. parsePlaylist(java.io.BufferedReader reader, boolean parseComments)PlaylistModelPlaylistReader2. parsePlaylist(java.io.InputStream in)
- 
Uses of PlaylistModel in com.wowza.wms.manifest.reader.m3u8.tagMethods in com.wowza.wms.manifest.reader.m3u8.tag with parameters of type PlaylistModel Modifier and Type Method Description java.util.List<Attribute>TagReaderUtils. parseAttributes(String line, String tag, PlaylistModel playlist)booleanITagReader. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderAllowCache. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderByteRange. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderDiscontinuity. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderDiscontinuitySequence. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderEndList. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderIFramesOnly. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderIFrameStreamInf. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderIndependentSegments. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderINF. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderKey. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderM3U. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderMap. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderMedia. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderMediaSequence. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)TagModelPartialSegmentTagReaderPartialSegment. parseTag(String line, PlaylistModel playlist)booleanTagReaderPartialSegment. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)TagModelPartialSegmentINFTagReaderPartialSegmentINF. parseTag(String line, PlaylistModel playlist)booleanTagReaderPartialSegmentINF. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderPlaylistType. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderPreFetch. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)TagModelPreloadHintTagReaderPreloadHint. parseTag(String line, PlaylistModel playlist)booleanTagReaderPreloadHint. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderProgramDateTime. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)TagModelRenditionReportTagReaderRenditionReport. parseTag(String line, PlaylistModel playlist)booleanTagReaderRenditionReport. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderServerControl. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderSessionData. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderSessionKey. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderSkip. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderStart. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderStreamInf. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderTargetDuration. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderUnknown. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)booleanTagReaderVersion. parseTag(String line, java.io.BufferedReader reader, PlaylistModel playlist)protected booleanTagReaderStreamInf. processCommonAttributes(java.util.List<Attribute> attributes, TagModelStreamInfCommon model, PlaylistModel playlist)protected voidTagReaderUtils. propagateDebug(TagModel model, PlaylistModel playlist)java.util.List<String>TagReaderUtils. splitAttributes(String line, String tag, PlaylistModel playlist)
- 
Uses of PlaylistModel in com.wowza.wms.pushpublish.protocol.cupertinoMethods in com.wowza.wms.pushpublish.protocol.cupertino that return PlaylistModel Modifier and Type Method Description protected PlaylistModelPushPublishHTTPCupertino. createMasterPlaylist()Creates a master playlist and propagates the context string from this implemenation to the returned playlist modelPlaylistModelPushPublishHTTPCupertinoUtil. createMasterPlaylist(String context, boolean logDebugManifest)Creates a master playlist and propagates the context string from this implemenation to the returned playlist modelprotected PlaylistModelPushPublishHTTPCupertino. createMediaPlaylist(int renditionIdx)Creates a empty media playlist and propagates the context from this implemenation to the returned playlistPlaylistModelPushPublishHTTPCupertinoUtil. createMediaPlaylist(int renditionIdx, PushPublishHTTPCupertino hlsEntry, String context, boolean logDebugManifest)Creates a empty media playlist and propagates the context from this implemenation to the returned playlistPlaylistModelPushPublishHTTPCupertinoUtil. getMediaPlaylistForRendtion(PlaylistModel masterPlaylist, int renditionIndex)Methods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type PlaylistModel Modifier and Type Method Description protected voidPushPublishHTTPCupertino. addTagToPlaylist(PlaylistModel playlist, int idx, TagModel tag)Adds the provided TagModel to the list of TagModels at the idx for the provided Playlist Modelprotected voidPushPublishHTTPCupertino. addTagToPlaylist(PlaylistModel playlist, TagModel tag)Adds the provided TagModel to the end of the list of TagModels for the provided Playlist ModelvoidPushPublishHTTPCupertinoUtil. addTagToPlaylist(PlaylistModel playlist, int idx, TagModel tag)Adds the provided TagModel to the list of TagModels at the idx for the provided Playlist ModelvoidPushPublishHTTPCupertinoUtil. addTagToPlaylist(PlaylistModel playlist, TagModel tag)Adds the provided TagModel to the end of the list of TagModels for the provided Playlist Modelprotected StringPushPublishHTTPCupertinoCloudStorageHandler. getDestinationStreamPath(PlaylistModel playlist)PlaylistModelPushPublishHTTPCupertinoUtil. getMediaPlaylistForRendtion(PlaylistModel masterPlaylist, int renditionIndex)intPushPublishHTTPCupertinoUtil. getMediaPlaylistRenditionIndex(PlaylistModel mediaPlaylist)StringPushPublishHTTPCupertino. printPlaylist(PlaylistModel playlist)Will print the provided playlist to a String.intIPushPublishHTTPCupertino. sendGroupMasterPlaylist(String groupName, PlaylistModel playlist)Sends a group master playlist to the destination.intPushPublishHTTPCupertinoAkamaiHandler. sendGroupMasterPlaylist(String groupName, PlaylistModel playlist)intPushPublishHTTPCupertinoCloudStorageHandler. sendGroupMasterPlaylist(String groupName, PlaylistModel playlist)intPushPublishHTTPCupertinoCloudStorageHandler2. sendGroupMasterPlaylist(String groupName, PlaylistModel playlist)intPushPublishHTTPCupertinoGoogleHandler. sendGroupMasterPlaylist(String groupName, PlaylistModel masterPlaylist)intIPushPublishHTTPCupertino. sendMasterPlaylist(PlaylistModel playlist)Sends the master playlist to the destination.intPushPublishHTTPCupertinoAkamaiHandler. sendMasterPlaylist(PlaylistModel playlist)intPushPublishHTTPCupertinoCloudStorageHandler. sendMasterPlaylist(PlaylistModel playlist)intPushPublishHTTPCupertinoGoogleHandler. sendMasterPlaylist(PlaylistModel playlist)intIPushPublishHTTPCupertino. sendMediaPlaylist(PlaylistModel playlist)Sends the media playlist to the destination.intPushPublishHTTPCupertinoAkamaiHandler. sendMediaPlaylist(PlaylistModel playlist)intPushPublishHTTPCupertinoCloudStorageHandler. sendMediaPlaylist(PlaylistModel playlist)intPushPublishHTTPCupertinoCloudStorageHandler2. sendMediaPlaylist(PlaylistModel playlist)intPushPublishHTTPCupertinoGoogleHandler. sendMediaPlaylist(PlaylistModel playlist)intPushPublishHTTPCupertinoWowzaVideoHandler. sendMediaPlaylist(PlaylistModel playlist)protected intPushPublishHTTPCupertinoCloudStorageHandler. sendPlaylist(String parentMethod, java.net.URI uri, PlaylistModel playlist)voidPushPublishHTTPCupertinoUtil. setMediaPlaylistRenditionIndex(PlaylistModel mediaPlaylist, int index)intPushPublishHTTPCupertinoCloudStorageHandler2. superSendPlaylist(String parentMethod, java.net.URI uri, PlaylistModel playlist)booleanIPushPublishHTTPCupertino. updateGroupMasterPlaylistPlaybackURI(String groupName, PlaylistModel masterPlaylist)Get the group master playlist URI for the given group master playlist file that a player would use to consume the content from the CDN Example: "http://myHost.com/myPath/myGroup/playlist.m3u8"booleanPushPublishHTTPCupertinoAkamaiHandler. updateGroupMasterPlaylistPlaybackURI(String groupName, PlaylistModel masterPlaylist)booleanPushPublishHTTPCupertinoCloudStorageHandler. updateGroupMasterPlaylistPlaybackURI(String groupName, PlaylistModel masterPlaylist)booleanPushPublishHTTPCupertinoGoogleHandler. updateGroupMasterPlaylistPlaybackURI(String groupName, PlaylistModel masterPlaylist)booleanIPushPublishHTTPCupertino. updateMasterPlaylistPlaybackURI(PlaylistModel playlist)update the master playlist URI for the provided playlist model that a player would use to consume the content from the CDN Example: "http://myHost.com/myPath/myStream/playlist.m3u8" where "playlist.m3u8" is the value given for masterPlaylistFilenamebooleanPushPublishHTTPCupertinoAkamaiHandler. updateMasterPlaylistPlaybackURI(PlaylistModel playlist)booleanPushPublishHTTPCupertinoCloudStorageHandler. updateMasterPlaylistPlaybackURI(PlaylistModel playlist)booleanPushPublishHTTPCupertinoGoogleHandler. updateMasterPlaylistPlaybackURI(PlaylistModel playlist)booleanIPushPublishHTTPCupertino. updateMediaPlaylistPlaybackURI(PlaylistModel playlist)update/set the media playlist (chunklist) URI for the provided media playlist file that a player would use to consume the content from the CDN Example: "http://myHost.com/myPath/myStream/chunklist.m3u8" where "chunklist.m3u8" is the value given for mediaPlaylistFilenamebooleanPushPublishHTTPCupertinoAkamaiHandler. updateMediaPlaylistPlaybackURI(PlaylistModel playlist)booleanPushPublishHTTPCupertinoCloudStorageHandler. updateMediaPlaylistPlaybackURI(PlaylistModel playlist)booleanPushPublishHTTPCupertinoGoogleHandler. updateMediaPlaylistPlaybackURI(PlaylistModel playlist)Constructors in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type PlaylistModel Constructor Description CreateVODChunklistThread(PlaylistModel playlist)TouchPlaylistTimer(PlaylistModel playlist)
 
-