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.m3u8
Fields in com.wowza.wms.manifest.model.m3u8 declared as MediaSegmentModel Modifier and Type Field Description MediaSegmentModel
PlaylistModel. headerSegment
Fields 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.cupertino
Methods in com.wowza.wms.pushpublish.protocol.cupertino that return MediaSegmentModel Modifier and Type Method Description protected MediaSegmentModel
PushPublishHTTPCupertino. createMediaSegmentModel()
Creates an empty media segment model and propagates the context from the implementation to the returnd media segment modelMediaSegmentModel
PushPublishHTTPCupertinoUtil. 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 MediaSegmentModel Modifier and Type Method Description int
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)
String
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)
-