Uses of Class
com.wowza.wms.manifest.model.m3u8.Segment
- 
Packages that use Segment Package Description com.wowza.wms.manifest.model.m3u8 
- 
- 
Uses of Segment in com.wowza.wms.manifest.model.m3u8Methods in com.wowza.wms.manifest.model.m3u8 that return types with arguments of type Segment Modifier and Type Method Description java.util.TreeMap<Long,Segment>MediaPlaylist. getSegments()Methods in com.wowza.wms.manifest.model.m3u8 with parameters of type Segment Modifier and Type Method Description voidMediaPlaylist. addSegment(Segment segment, long segmentId)Add a new segment to the end of the segment list.
 
-