public class MediaSegmentModel extends ManifestModel
| Modifier and Type | Field | Description |
|---|---|---|
Object |
chunkInfoCupertino |
|
WMSProperties |
properties |
| Constructor | Description |
|---|---|
MediaSegmentModel() |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
clone() |
|
boolean |
equals(Object obj) |
|
Object |
getChunkInfoCupertino() |
Get generic reference to LiveStreamPacketizerCupertinoChunk with chunk details
|
protected String |
getContextStr() |
Get the context string associated with the Model to include with the log statements
|
PacketFragmentList |
getFragmentList() |
Get the fragment list that represents the byte data that makes up the fragment
|
WMSProperties |
getProperties() |
|
java.net.URI |
getUri() |
|
int |
hashCode() |
|
void |
setChunkInfoCupertino(Object chunkInfoCupertino) |
Set generic reference to LiveStreamPacketizerCupertinoChunk with chunk details
|
void |
setFragmentList(PacketFragmentList fragmentList) |
Set the fragment list that represents the byte data that makes up the fragment
|
void |
setUri(java.net.URI uri) |
|
String |
toString() |
|
void |
write(TagWriter tagWriter) |
doSubs, getManifest, setManifestgetDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOutpublic Object chunkInfoCupertino
public WMSProperties properties
public Object clone()
throws CloneNotSupportedException
clone in class ManifestModelLoggingCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class ManifestModelpublic Object getChunkInfoCupertino()
protected String getContextStr()
ManifestModelLogginggetContextStr in class ManifestModelLoggingpublic PacketFragmentList getFragmentList()
public WMSProperties getProperties()
public java.net.URI getUri()
public int hashCode()
hashCode in class ManifestModelpublic void setChunkInfoCupertino(Object chunkInfoCupertino)
chunkInfoCupertino - generic reference to LiveStreamPacketizerCupertinoChunk with chunk detailspublic void setFragmentList(PacketFragmentList fragmentList)
fragmentList - fragment listpublic void setUri(java.net.URI uri)
uri - the uri to setpublic String toString()
toString in class ManifestModelpublic void write(TagWriter tagWriter) throws java.io.IOException
write in class ManifestModeljava.io.IOException