public class TagModelINF extends TagModel
attributes, tagName| Constructor | Description |
|---|---|
TagModelINF() |
|
TagModelINF(Object chunkDurationStr,
String titleStr) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
Object |
getDuration() |
|
String |
getTitle() |
|
int |
hashCode() |
|
boolean |
isMediaSegmentTag() |
|
boolean |
isValid(Integer version) |
|
void |
setDuration(Object duration) |
|
void |
setTitle(String title) |
|
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 TagModelINF()
public TagModelINF(Object chunkDurationStr,
String titleStr)
public Object getDuration()
public String getTitle()
public boolean isMediaSegmentTag()
isMediaSegmentTag in class TagModelpublic void setDuration(Object duration)
duration - the duration to set as either a Float or Integer objectpublic void setTitle(String title)
title - the title to setpublic boolean validForMasterPlaylist()
validForMasterPlaylist in class TagModelpublic boolean validForMediaPlaylist()
validForMediaPlaylist in class TagModel