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