Uses of Class
com.wowza.wms.medialist.MediaListRendition
-
Packages that use MediaListRendition Package Description com.wowza.wms.medialist -
-
Uses of MediaListRendition in com.wowza.wms.medialist
Fields in com.wowza.wms.medialist with type parameters of type MediaListRendition Modifier and Type Field Description protected java.util.List<MediaListRendition>
MediaListSegment. renditions
Methods in com.wowza.wms.medialist that return MediaListRendition Modifier and Type Method Description MediaListRendition
MediaListSegment. getFirstRendition()
MediaListRendition
MediaListSegment. getRendition(int index)
MediaListRendition
MediaListSegment. removeRendition(int index)
Methods in com.wowza.wms.medialist that return types with arguments of type MediaListRendition Modifier and Type Method Description java.util.List<MediaListRendition>
MediaListSegment. getRenditions()
Methods in com.wowza.wms.medialist with parameters of type MediaListRendition Modifier and Type Method Description void
MediaListSegment. addRendition(int index, MediaListRendition mediaListRendition)
void
MediaListSegment. addRendition(MediaListRendition mediaListRendition)
void
MediaListSegment. removeRendition(MediaListRendition mediaListRendition)
-