Class MPEGDashManifestModel
- Object
-
- com.wowza.wms.manifest.model.ManifestModelLogging
-
- com.wowza.wms.manifest.model.ManifestModel
-
- com.wowza.wms.manifest.model.dash.MPEGDashManifestModel
-
- All Implemented Interfaces:
Cloneable
public class MPEGDashManifestModel extends ManifestModel
-
-
Constructor Summary
Constructors Constructor Description MPEGDashManifestModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
protected String
getContextStr()
Get the context string associated with the Model to include with the log statementsvoid
write(TagWriter tagWriter)
-
Methods inherited from class com.wowza.wms.manifest.model.ManifestModel
doSubs, equals, getManifest, hashCode, setManifest, toString
-
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLogging
getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
-
-
-
-
Method Detail
-
getContextStr
protected String 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
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clone
in classManifestModelLogging
- Throws:
CloneNotSupportedException
-
write
public void write(TagWriter tagWriter) throws java.io.IOException
- Specified by:
write
in classManifestModel
- Throws:
java.io.IOException
-
-