public class TagModelDiscontinuitySequence extends TagModel
attributes, tagName| Constructor and Description |
|---|
TagModelDiscontinuitySequence() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
Integer |
getNumber() |
int |
hashCode() |
boolean |
isMediaSegmentTag() |
boolean |
isValid(Integer version) |
void |
setNumber(Integer number) |
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 Integer getNumber()
public boolean isMediaSegmentTag()
isMediaSegmentTag in class TagModelpublic void setNumber(Integer number)
number - the number to setpublic boolean validForMasterPlaylist()
validForMasterPlaylist in class TagModelpublic boolean validForMediaPlaylist()
validForMediaPlaylist in class TagModel