public class TagModelByteRange extends TagModel
attributes, tagName| Constructor | Description |
|---|---|
TagModelByteRange() |
|
TagModelByteRange(int length,
int offset) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
Integer |
getLength() |
|
Integer |
getOffset() |
|
int |
hashCode() |
|
boolean |
isMediaSegmentTag() |
|
boolean |
isValid(Integer version) |
|
void |
setLength(Integer length) |
|
void |
setOffset(Integer offset) |
|
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 TagModelByteRange()
public TagModelByteRange(int length,
int offset)
public Integer getLength()
public Integer getOffset()
public boolean isMediaSegmentTag()
isMediaSegmentTag in class TagModelpublic void setLength(Integer length)
length - the length to setpublic void setOffset(Integer offset)
offset - the offset to setpublic boolean validForMasterPlaylist()
validForMasterPlaylist in class TagModelpublic boolean validForMediaPlaylist()
validForMediaPlaylist in class TagModel