public class MediaSegmentModel extends ManifestModel
| Modifier and Type | Field and Description |
|---|---|
Object |
chunkInfoCupertino |
WMSProperties |
properties |
| Constructor and Description |
|---|
MediaSegmentModel() |
| Modifier and Type | Method and 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() |
getManifest, setManifestgetDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOutpublic Object chunkInfoCupertino
public WMSProperties properties
public Object clone()
throws CloneNotSupportedException
clone in class ManifestModelCloneNotSupportedExceptionpublic 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 ManifestModel