| Package | Description |
|---|---|
| com.wowza.wms.manifest.model.m3u8 | |
| com.wowza.wms.manifest.model.m3u8.tag | |
| com.wowza.wms.manifest.reader.m3u8.tag | |
| com.wowza.wms.pushpublish.protocol.cupertino |
| Modifier and Type | Field | Description |
|---|---|---|
java.util.List<TagModel> |
PlaylistModel.tags |
|
protected java.util.HashSet<TagModel> |
Segment.tags |
| Modifier and Type | Method | Description |
|---|---|---|
<T extends TagModel> |
MediaPlaylist.findTag(Class<T> tagType) |
| Modifier and Type | Method | Description |
|---|---|---|
TagModel |
MediaPlaylist.addTag(TagModel tag) |
Add a tag to the playlist model and propagate context and debug settings
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<TagModel> |
MediaPlaylist.getTags() |
|
java.util.Collection<TagModel> |
Segment.getTags() |
| Modifier and Type | Method | Description |
|---|---|---|
TagModel |
MediaPlaylist.addTag(TagModel tag) |
Add a tag to the playlist model and propagate context and debug settings
|
boolean |
PlaylistModel.addTag(TagModel tag) |
Add a tag to the playlist model and propagate context and debug settings
|
boolean |
Segment.addTag(TagModel tag) |
Add a tag to the Segment model and propagate context and debug settings
Do not add the TagModleURI tag, or any tag that has can be added by a public method
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
MediaPlaylist.addAllTags(java.util.Collection<? extends TagModel> tags) |
Add a list of tags to the MediaPlaylist and propagate context and debug settings
|
boolean |
PlaylistModel.addAllTags(java.util.Collection<? extends TagModel> tags) |
Add a list of tags to the playlistmodel and propagate context and debug settings
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TagModelAllowCache |
|
class |
TagModelByteRange |
|
class |
TagModelDiscontinuity |
|
class |
TagModelDiscontinuitySequence |
|
class |
TagModelEndlist |
|
class |
TagModelIFramesOnly |
|
class |
TagModelIFrameStreamInf |
|
class |
TagModelIndependentSegments |
|
class |
TagModelINF |
|
class |
TagModelKey |
|
class |
TagModelM3U |
|
class |
TagModelMap |
|
class |
TagModelMedia |
|
class |
TagModelMediaSequence |
|
class |
TagModelPartialSegment |
|
class |
TagModelPartialSegmentINF |
|
class |
TagModelPlaylistType |
|
class |
TagModelPreFetch |
|
class |
TagModelProgramDateTime |
|
class |
TagModelRenditionReport |
|
class |
TagModelServerControl |
|
class |
TagModelSessionData |
|
class |
TagModelSessionKey |
|
class |
TagModelSkip |
|
class |
TagModelStart |
|
class |
TagModelStreamInf |
|
class |
TagModelStreamInfCommon |
|
class |
TagModelTargetDuration |
|
class |
TagModelUnknown |
|
class |
TagModelURI |
|
class |
TagModelVersion |
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends TagModel> |
TagModel.findTags(Class<T> cls,
java.util.Collection<TagModel> tags) |
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends TagModel> |
TagModel.findTags(Class<T> cls,
java.util.Collection<TagModel> tags) |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
TagModel.equals(TagModel o1,
TagModel o2) |
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends TagModel> |
TagModel.findTags(Class<T> cls,
java.util.Collection<TagModel> tags) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
TagReaderUtils.propagateDebug(TagModel model,
PlaylistModel playlist) |
| Modifier and Type | Method | Description |
|---|---|---|
protected TagModel |
PushPublishHTTPCupertino.createTag(Class<? extends TagModel> clazz) |
Create a TagModel of the provided TagModel
|
TagModel |
PushPublishHTTPCupertinoUtil.createTag(Class<? extends TagModel> clazz,
String context) |
Create a TagModel of the provided TagModel
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
PushPublishHTTPCupertino.addTagToPlaylist(PlaylistModel playlist,
int idx,
TagModel tag) |
Adds the provided TagModel to the list of TagModels at the idx for the provided Playlist Model
|
protected void |
PushPublishHTTPCupertino.addTagToPlaylist(PlaylistModel playlist,
TagModel tag) |
Adds the provided TagModel to the end of the list of TagModels for the provided Playlist Model
|
void |
PushPublishHTTPCupertinoUtil.addTagToPlaylist(PlaylistModel playlist,
int idx,
TagModel tag) |
Adds the provided TagModel to the list of TagModels at the idx for the provided Playlist Model
|
void |
PushPublishHTTPCupertinoUtil.addTagToPlaylist(PlaylistModel playlist,
TagModel tag) |
Adds the provided TagModel to the end of the list of TagModels for the provided Playlist Model
|
protected String |
PushPublishHTTPCupertino.writeTagToString(TagModel tag) |
Writes the tag contents out to a string in UTF-8 encoding to a String
|
| Modifier and Type | Method | Description |
|---|---|---|
protected TagModel |
PushPublishHTTPCupertino.createTag(Class<? extends TagModel> clazz) |
Create a TagModel of the provided TagModel
|
TagModel |
PushPublishHTTPCupertinoUtil.createTag(Class<? extends TagModel> clazz,
String context) |
Create a TagModel of the provided TagModel
|