| Package | Description |
|---|---|
| com.wowza.wms.manifest.model.m3u8.tag |
| Modifier and Type | Method | Description |
|---|---|---|
static TagModelMedia.Type |
TagModelMedia.Type.fromString(String text) |
|
TagModelMedia.Type |
TagModelMedia.getType() |
|
static TagModelMedia.Type |
TagModelMedia.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TagModelMedia.Type[] |
TagModelMedia.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TagModelMedia.setType(TagModelMedia.Type type) |
| Constructor | Description |
|---|---|
TagModelMedia(TagModelMedia.Type type,
String groupId,
String name,
String instreamId,
String uri,
String language,
String associatedLanguage,
Boolean defaultRendition,
Boolean autoselect,
Boolean forced,
String characteristics) |