Uses of Class
com.wowza.wms.manifest.model.m3u8.MediaSegmentModel
Packages that use MediaSegmentModel
-
Uses of MediaSegmentModel in com.wowza.wms.manifest.model.m3u8
Fields in com.wowza.wms.manifest.model.m3u8 declared as MediaSegmentModelFields in com.wowza.wms.manifest.model.m3u8 with type parameters of type MediaSegmentModel -
Uses of MediaSegmentModel in com.wowza.wms.pushpublish.protocol.cupertino
Methods in com.wowza.wms.pushpublish.protocol.cupertino that return MediaSegmentModelModifier and TypeMethodDescriptionprotected MediaSegmentModel
PushPublishHTTPCupertino.createMediaSegmentModel()
Creates an empty media segment model and propagates the context from the implementation to the returnd media segment modelPushPublishHTTPCupertinoUtil.createMediaSegmentModel
(boolean debugLog) Creates an empty media segment model and propagates the context from the implementation to the returnd media segment modelprotected MediaSegmentModel
PushPublishHTTPCupertino.getHeaderSegment
(int rIndex) (Internal-use) Created to be overriden by CMAF coreMethods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type MediaSegmentModelModifier and TypeMethodDescriptionint
IPushPublishHTTPCupertino.deleteMediaSegment
(MediaSegmentModel mediaSegment) Deletes the media (chunk) at the destination URI.int
PushPublishHTTPCupertinoAkamaiHandler.deleteMediaSegment
(MediaSegmentModel mediaSegment) int
PushPublishHTTPCupertinoCloudStorageHandler.deleteMediaSegment
(MediaSegmentModel mediaSegment) int
PushPublishHTTPCupertinoGoogleHandler.deleteMediaSegment
(MediaSegmentModel mediaSegment) int
PushPublishHTTPCupertinoWowzaVideoHandler.deleteMediaSegment
(MediaSegmentModel mediaSegment) protected String
PushPublishHTTPCupertinoCloudStorageHandler.getDestinationStreamPath
(MediaSegmentModel mediaSegment) PushPublishHTTPCupertinoUtil.getMediaSegementProgramDateTime
(MediaSegmentModel mediaSegment) long
PushPublishHTTPCupertinoUtil.getMediaSegementSize
(MediaSegmentModel mediaSegment) long
PushPublishHTTPCupertinoUtil.getMediaSegmentIndex
(MediaSegmentModel mediaSegment) boolean
PushPublishHTTPCupertinoUtil.isMediaSegmentDelete
(MediaSegmentModel mediaSegment) boolean
PushPublishHTTPCupertinoUtil.isMediaSegmentSent
(MediaSegmentModel mediaSegment) protected void
PushPublishHTTPCupertino.loadMediaSegment
(MediaSegmentModel mediaSegment, IMediaSegment chunk) int
IPushPublishHTTPCupertino.sendMediaSegment
(MediaSegmentModel mediaSegment) Sends the media (chunk) to the destination; media provided as a fragment list.int
PushPublishHTTPCupertinoAkamaiHandler.sendMediaSegment
(MediaSegmentModel mediaSegment) int
PushPublishHTTPCupertinoCloudStorageHandler.sendMediaSegment
(MediaSegmentModel mediaSegment) int
PushPublishHTTPCupertinoGoogleHandler.sendMediaSegment
(MediaSegmentModel mediaSegment) int
PushPublishHTTPCupertinoWowzaVideoHandler.sendMediaSegment
(MediaSegmentModel mediaSegment) void
PushPublishHTTPCupertinoUtil.setMediaSegementProgramDateTime
(MediaSegmentModel mediaSegment, String progDateTime) void
PushPublishHTTPCupertinoUtil.setMediaSegementSize
(MediaSegmentModel mediaSegment) void
PushPublishHTTPCupertinoUtil.setMediaSegmentDelete
(MediaSegmentModel mediaSegment, boolean delete) void
PushPublishHTTPCupertinoUtil.setMediaSegmentIndex
(MediaSegmentModel mediaSegment, long index) void
PushPublishHTTPCupertinoUtil.setMediaSegmentSent
(MediaSegmentModel mediaSegment, boolean sent) boolean
IPushPublishHTTPCupertino.updateMediaSegmentPlaybackURI
(MediaSegmentModel mediaSegment) set the media URI for the given media (chunk) file that a player would use to consume the content from the CDN Example: "http://myHost.com/myPath/myStream/media_1.ts" where "media_1.ts" is the value given for mediaFilenameboolean
PushPublishHTTPCupertinoAkamaiHandler.updateMediaSegmentPlaybackURI
(MediaSegmentModel mediaSegment) boolean
PushPublishHTTPCupertinoCloudStorageHandler.updateMediaSegmentPlaybackURI
(MediaSegmentModel mediaSegment) boolean
PushPublishHTTPCupertinoGoogleHandler.updateMediaSegmentPlaybackURI
(MediaSegmentModel mediaSegment)