public class TagModelStreamInf extends TagModelStreamInfCommon
attributes, tagName| Constructor | Description |
|---|---|
TagModelStreamInf() |
|
TagModelStreamInf(String audio,
String subtitles,
String closedCaptions,
Integer bandwidth,
Integer avgBandwidth,
String codecs,
String resolution,
Float frameRate,
String video,
Integer programId,
String uri) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
String |
getAudio() |
|
String |
getClosedCaptions() |
|
String |
getSubtitles() |
|
int |
hashCode() |
|
boolean |
isMediaSegmentTag() |
|
boolean |
isValid(Integer version) |
|
void |
setAudio(String audio) |
|
void |
setClosedCaptions(String closedCaptions) |
|
void |
setSubtitles(String subtitles) |
|
String |
toString() |
|
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, setContextStrgetAvgBandwidth, getBandwidth, getCodecs, getFrameRate, getProgramId, getResolution, getUri, getUriStr, getVideo, setAvgBandwidth, setBandwidth, setCodecs, setFrameRate, setProgramId, setResolution, setUri, setUriStr, setVideo, toString, validForMasterPlaylist, validForMediaPlaylist, writepublic TagModelStreamInf()
public TagModelStreamInf(String audio,
String subtitles,
String closedCaptions,
Integer bandwidth,
Integer avgBandwidth,
String codecs,
String resolution,
Float frameRate,
String video,
Integer programId,
String uri)
public boolean equals(Object obj)
equals in class TagModelStreamInfCommonpublic String getAudio()
public String getClosedCaptions()
public String getSubtitles()
public int hashCode()
hashCode in class TagModelStreamInfCommonpublic boolean isMediaSegmentTag()
isMediaSegmentTag in class TagModelStreamInfCommonpublic boolean isValid(Integer version)
isValid in class TagModelStreamInfCommonpublic void setAudio(String audio)
audio - the audio to setpublic void setClosedCaptions(String closedCaptions)
closedCaptions - the closedCaptions to setpublic void setSubtitles(String subtitles)
subtitles - the subtitles to set