| 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 and Description |
|---|---|
java.util.List<TagModel> |
PlaylistModel.tags |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PlaylistModel.addTag(TagModel tag)
Add a tag to the playlist model and propagate context and debug settings
|
| Modifier and Type | Method and Description |
|---|---|
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 and 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 |
TagModelPlaylistType |
class |
TagModelProgramDateTime |
class |
TagModelSessionData |
class |
TagModelSessionKey |
class |
TagModelStart |
class |
TagModelStreamInf |
class |
TagModelStreamInfCommon |
class |
TagModelTargetDuration |
class |
TagModelUnknown |
class |
TagModelURI |
class |
TagModelVersion |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TagReaderUtils.propagateDebug(TagModel model,
PlaylistModel playlist) |
| Modifier and Type | Method and 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 and 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
|
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
|
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,
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 and 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
|