public class TagModelPlaylistType extends TagModel
| Modifier and Type | Class and Description |
|---|---|
static class |
TagModelPlaylistType.PlaylistType |
attributes, tagName| Constructor and Description |
|---|
TagModelPlaylistType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
TagModelPlaylistType.PlaylistType |
getPlaylistType() |
int |
hashCode() |
boolean |
isMediaSegmentTag() |
boolean |
isValid(Integer version) |
void |
setPlaylistType(TagModelPlaylistType.PlaylistType playlistType) |
String |
toString() |
boolean |
validForMasterPlaylist() |
boolean |
validForMediaPlaylist() |
void |
write(TagWriter writer) |
addAllAttributes, addAttribute, formatBoolean, formatBooleanAttribute, formatEnumAttribute, formatFloat, formatFloatAttribute, formatInteger, formatIntegerAttribute, formatQuotedStringAttribute, formatString, formatUnquotedStringAttribute, formatValue, getContextStr, getTag, getUnknownAttributes, setContextStrgetDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOutpublic Object clone()
throws CloneNotSupportedException
public TagModelPlaylistType.PlaylistType getPlaylistType()
public boolean isMediaSegmentTag()
isMediaSegmentTag in class TagModelpublic void setPlaylistType(TagModelPlaylistType.PlaylistType playlistType)
playlistType - the playlistType to setpublic boolean validForMasterPlaylist()
validForMasterPlaylist in class TagModelpublic boolean validForMediaPlaylist()
validForMediaPlaylist in class TagModel