| Package | Description |
|---|---|
| com.wowza.wms.medialist |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<MediaListRendition> |
MediaListSegment.renditions |
| Modifier and Type | Method and Description |
|---|---|
MediaListRendition |
MediaListSegment.getFirstRendition() |
MediaListRendition |
MediaListSegment.getRendition(int index) |
MediaListRendition |
MediaListSegment.removeRendition(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MediaListRendition> |
MediaListSegment.getRenditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaListSegment.addRendition(int index,
MediaListRendition mediaListRendition) |
void |
MediaListSegment.addRendition(MediaListRendition mediaListRendition) |
void |
MediaListSegment.removeRendition(MediaListRendition mediaListRendition) |