Class MediaSegmentModel
- Object
- 
- com.wowza.wms.manifest.model.ManifestModelLogging
- 
- com.wowza.wms.manifest.model.ManifestModel
- 
- com.wowza.wms.manifest.model.m3u8.MediaSegmentModel
 
 
 
- 
- All Implemented Interfaces:
- Cloneable
 
 public class MediaSegmentModel extends ManifestModel 
- 
- 
Field SummaryFields Modifier and Type Field Description ObjectchunkInfoCupertinoWMSPropertiesproperties
 - 
Constructor SummaryConstructors Constructor Description MediaSegmentModel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()booleanequals(Object obj)ObjectgetChunkInfoCupertino()Get generic reference to LiveStreamPacketizerCupertinoChunk with chunk detailsprotected StringgetContextStr()Get the context string associated with the Model to include with the log statementsPacketFragmentListgetFragmentList()Get the fragment list that represents the byte data that makes up the fragmentWMSPropertiesgetProperties()java.net.URIgetUri()inthashCode()voidsetChunkInfoCupertino(Object chunkInfoCupertino)Set generic reference to LiveStreamPacketizerCupertinoChunk with chunk detailsvoidsetFragmentList(PacketFragmentList fragmentList)Set the fragment list that represents the byte data that makes up the fragmentvoidsetUri(java.net.URI uri)StringtoString()voidwrite(TagWriter tagWriter)- 
Methods inherited from class com.wowza.wms.manifest.model.ManifestModeldoSubs, getManifest, setManifest
 - 
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLogginggetDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
 
- 
 
- 
- 
- 
Field Detail- 
propertiespublic WMSProperties properties 
 - 
chunkInfoCupertinopublic Object chunkInfoCupertino 
 
- 
 - 
Method Detail- 
getContextStrprotected String getContextStr() Description copied from class:ManifestModelLoggingGet the context string associated with the Model to include with the log statements- Specified by:
- getContextStrin class- ManifestModelLogging
- Returns:
- String
 
 - 
getUripublic java.net.URI getUri() - Returns:
- the uri
 
 - 
setUripublic void setUri(java.net.URI uri) - Parameters:
- uri- the uri to set
 
 - 
getFragmentListpublic PacketFragmentList getFragmentList() Get the fragment list that represents the byte data that makes up the fragment- Returns:
- fragment list
 
 - 
setFragmentListpublic void setFragmentList(PacketFragmentList fragmentList) Set the fragment list that represents the byte data that makes up the fragment- Parameters:
- fragmentList- fragment list
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ManifestModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- ManifestModel
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- ManifestModel
 
 - 
clonepublic Object clone() throws CloneNotSupportedException- Overrides:
- clonein class- ManifestModelLogging
- Throws:
- CloneNotSupportedException
 
 - 
getChunkInfoCupertinopublic Object getChunkInfoCupertino() Get generic reference to LiveStreamPacketizerCupertinoChunk with chunk details- Returns:
- generic reference to LiveStreamPacketizerCupertinoChunk with chunk details
 
 - 
setChunkInfoCupertinopublic void setChunkInfoCupertino(Object chunkInfoCupertino) Set generic reference to LiveStreamPacketizerCupertinoChunk with chunk details- Parameters:
- chunkInfoCupertino- generic reference to LiveStreamPacketizerCupertinoChunk with chunk details
 
 - 
getPropertiespublic WMSProperties getProperties() 
 - 
writepublic void write(TagWriter tagWriter) throws java.io.IOException - Specified by:
- writein class- ManifestModel
- Throws:
- java.io.IOException
 
 
- 
 
-