Uses of Class
com.wowza.wms.manifest.model.m3u8.SegmentPartId
-
Packages that use SegmentPartId Package Description com.wowza.wms.manifest.builder com.wowza.wms.manifest.model.m3u8 -
-
Uses of SegmentPartId in com.wowza.wms.manifest.builder
Methods in com.wowza.wms.manifest.builder that return SegmentPartId Modifier and Type Method Description static SegmentPartId
ManifestService. getManifestLastSegmentPart(java.util.Map<String,Object> params)
-
Uses of SegmentPartId in com.wowza.wms.manifest.model.m3u8
Methods in com.wowza.wms.manifest.model.m3u8 that return SegmentPartId Modifier and Type Method Description SegmentPartId
MediaPlaylist. getLastSegmentPart()
Retrieves the last segment's media sequence number and its last partial segment number (if any).
-