Uses of Class
org.opencastproject.smil.entity.media.container.api.SmilMediaContainer.ContainerType
-
Packages that use SmilMediaContainer.ContainerType Package Description org.opencastproject.smil.entity.media.container.api -
-
Uses of SmilMediaContainer.ContainerType in org.opencastproject.smil.entity.media.container.api
Methods in org.opencastproject.smil.entity.media.container.api that return SmilMediaContainer.ContainerType Modifier and Type Method Description SmilMediaContainer.ContainerTypeSmilMediaContainer. getContainerType()Returns the type of the container.static SmilMediaContainer.ContainerTypeSmilMediaContainer.ContainerType. valueOf(String name)Returns the enum constant of this type with the specified name.static SmilMediaContainer.ContainerType[]SmilMediaContainer.ContainerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-