public class TagModelVersion extends TagModel
attributes, tagName| Constructor | Description |
|---|---|
TagModelVersion() |
|
TagModelVersion(Integer ver) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
Integer |
getVersion() |
|
int |
hashCode() |
|
boolean |
isMediaSegmentTag() |
|
boolean |
isValid(Integer version) |
|
void |
setVersion(Integer version) |
|
String |
toString() |
|
boolean |
validForMasterPlaylist() |
|
boolean |
validForMediaPlaylist() |
|
void |
write(TagWriter writer) |
getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOutaddAllAttributes, addAttribute, clone, equals, findTags, formatAttributes, formatBoolean, formatBooleanAttribute, formatDoubleAttribute, formatEnumAttribute, formatFloat, formatFloatAttribute, formatInteger, formatIntegerAttribute, formatLong, formatLongAttribute, formatQuotedStringAttribute, formatString, formatUnquotedStringAttribute, formatValue, getContextStr, getTag, getTagName, getUnknownAttributes, setContextStrpublic TagModelVersion()
public TagModelVersion(Integer ver)
public Integer getVersion()
public boolean isMediaSegmentTag()
isMediaSegmentTag in class TagModelpublic void setVersion(Integer version)
version - the version to setpublic boolean validForMasterPlaylist()
validForMasterPlaylist in class TagModelpublic boolean validForMediaPlaylist()
validForMediaPlaylist in class TagModel