Uses of Class
com.wowza.wms.manifest.model.m3u8.MediaSegmentModel
- 
Packages that use MediaSegmentModel Package Description com.wowza.wms.manifest.model.m3u8 com.wowza.wms.pushpublish.protocol.cupertino 
- 
- 
Uses of MediaSegmentModel in com.wowza.wms.manifest.model.m3u8Fields in com.wowza.wms.manifest.model.m3u8 with type parameters of type MediaSegmentModel Modifier and Type Field Description java.util.List<MediaSegmentModel>PlaylistModel. mediaSegments
- 
Uses of MediaSegmentModel in com.wowza.wms.pushpublish.protocol.cupertinoMethods in com.wowza.wms.pushpublish.protocol.cupertino that return MediaSegmentModel Modifier and Type Method Description protected MediaSegmentModelPushPublishHTTPCupertino. createMediaSegmentModel()Creates an empty media segment model and propagates the context from the implementation to the returnd media segment modelMediaSegmentModelPushPublishHTTPCupertinoUtil. createMediaSegmentModel(boolean debugLog)Creates an empty media segment model and propagates the context from the implementation to the returnd media segment modelMethods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type MediaSegmentModel Modifier and Type Method Description intIPushPublishHTTPCupertino. deleteMediaSegment(MediaSegmentModel mediaSegment)Deletes the media (chunk) at the destination URI.intPushPublishHTTPCupertinoAkamaiHandler. deleteMediaSegment(MediaSegmentModel mediaSegment)intPushPublishHTTPCupertinoCloudStorageHandler. deleteMediaSegment(MediaSegmentModel mediaSegment)intPushPublishHTTPCupertinoCloudStorageHandler2. deleteMediaSegment(MediaSegmentModel mediaSegment)intPushPublishHTTPCupertinoGoogleHandler. deleteMediaSegment(MediaSegmentModel mediaSegment)intPushPublishHTTPCupertinoWowzaVideoHandler. deleteMediaSegment(MediaSegmentModel mediaSegment)protected StringPushPublishHTTPCupertinoCloudStorageHandler. getDestinationStreamPath(MediaSegmentModel mediaSegment)protected StringPushPublishHTTPCupertinoCloudStorageHandler2. getDestinationStreamPath(MediaSegmentModel mediaSegment)StringPushPublishHTTPCupertinoUtil. getMediaSegementProgramDateTime(MediaSegmentModel mediaSegment)longPushPublishHTTPCupertinoUtil. getMediaSegementSize(MediaSegmentModel mediaSegment)longPushPublishHTTPCupertinoUtil. getMediaSegmentIndex(MediaSegmentModel mediaSegment)booleanPushPublishHTTPCupertinoUtil. isMediaSegmentDelete(MediaSegmentModel mediaSegment)booleanPushPublishHTTPCupertinoUtil. isMediaSegmentSent(MediaSegmentModel mediaSegment)intIPushPublishHTTPCupertino. sendMediaSegment(MediaSegmentModel mediaSegment)Sends the media (chunk) to the destination; media provided as a fragment list.intPushPublishHTTPCupertinoAkamaiHandler. sendMediaSegment(MediaSegmentModel mediaSegment)intPushPublishHTTPCupertinoCloudStorageHandler. sendMediaSegment(MediaSegmentModel mediaSegment)intPushPublishHTTPCupertinoGoogleHandler. sendMediaSegment(MediaSegmentModel mediaSegment)intPushPublishHTTPCupertinoWowzaVideoHandler. sendMediaSegment(MediaSegmentModel mediaSegment)voidPushPublishHTTPCupertinoUtil. setMediaSegementProgramDateTime(MediaSegmentModel mediaSegment, String progDateTime)voidPushPublishHTTPCupertinoUtil. setMediaSegementSize(MediaSegmentModel mediaSegment)voidPushPublishHTTPCupertinoUtil. setMediaSegmentDelete(MediaSegmentModel mediaSegment, boolean delete)voidPushPublishHTTPCupertinoUtil. setMediaSegmentIndex(MediaSegmentModel mediaSegment, long index)voidPushPublishHTTPCupertinoUtil. setMediaSegmentSent(MediaSegmentModel mediaSegment, boolean sent)intPushPublishHTTPCupertinoCloudStorageHandler2. superDeleteMediaSegment(MediaSegmentModel mediaSegment)booleanIPushPublishHTTPCupertino. 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 mediaFilenamebooleanPushPublishHTTPCupertinoAkamaiHandler. updateMediaSegmentPlaybackURI(MediaSegmentModel mediaSegment)booleanPushPublishHTTPCupertinoCloudStorageHandler. updateMediaSegmentPlaybackURI(MediaSegmentModel mediaSegment)booleanPushPublishHTTPCupertinoGoogleHandler. updateMediaSegmentPlaybackURI(MediaSegmentModel mediaSegment)Constructors in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type MediaSegmentModel Constructor Description deleteMediaSegmentThread(MediaSegmentModel mediaSegment)Constructor parameters in com.wowza.wms.pushpublish.protocol.cupertino with type arguments of type MediaSegmentModel Constructor Description deleteMediaSegmentsThread(java.util.List<MediaSegmentModel> mediaSegments)
 
-