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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Get generic reference to LiveStreamPacketizerCupertinoChunk with chunk detailsprotected String
Get the context string associated with the Model to include with the log statementsGet the fragment list that represents the byte data that makes up the fragmentgetUri()
int
hashCode()
void
setChunkInfoCupertino
(Object chunkInfoCupertino) Set generic reference to LiveStreamPacketizerCupertinoChunk with chunk detailsvoid
setFragmentList
(PacketFragmentList fragmentList) Set the fragment list that represents the byte data that makes up the fragmentvoid
toString()
void
Methods inherited from class com.wowza.wms.manifest.model.ManifestModel
doSubs, getManifest, setManifest
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLogging
getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
-
Field Details
-
properties
-
chunkInfoCupertino
-
-
Constructor Details
-
MediaSegmentModel
public MediaSegmentModel()
-
-
Method Details
-
getContextStr
Description copied from class:ManifestModelLogging
Get the context string associated with the Model to include with the log statements- Specified by:
getContextStr
in classManifestModelLogging
- Returns:
- String
-
getUri
- Returns:
- the uri
-
setUri
- Parameters:
uri
- the uri to set
-
getFragmentList
Get the fragment list that represents the byte data that makes up the fragment- Returns:
- fragment list
-
setFragmentList
Set the fragment list that represents the byte data that makes up the fragment- Parameters:
fragmentList
- fragment list
-
toString
- Overrides:
toString
in classManifestModel
-
hashCode
public int hashCode()- Overrides:
hashCode
in classManifestModel
-
equals
- Overrides:
equals
in classManifestModel
-
clone
- Overrides:
clone
in classManifestModelLogging
- Throws:
CloneNotSupportedException
-
getChunkInfoCupertino
Get generic reference to LiveStreamPacketizerCupertinoChunk with chunk details- Returns:
- generic reference to LiveStreamPacketizerCupertinoChunk with chunk details
-
setChunkInfoCupertino
Set generic reference to LiveStreamPacketizerCupertinoChunk with chunk details- Parameters:
chunkInfoCupertino
- generic reference to LiveStreamPacketizerCupertinoChunk with chunk details
-
getProperties
-
write
- Specified by:
write
in classManifestModel
- Throws:
IOException
-