Uses of Class
org.opencastproject.smil.api.util.SmilUtil.TrackType
-
Packages that use SmilUtil.TrackType Package Description org.opencastproject.smil.api.util -
-
Uses of SmilUtil.TrackType in org.opencastproject.smil.api.util
Methods in org.opencastproject.smil.api.util that return SmilUtil.TrackType Modifier and Type Method Description static SmilUtil.TrackTypeSmilUtil.TrackType. valueOf(String name)Returns the enum constant of this type with the specified name.static SmilUtil.TrackType[]SmilUtil.TrackType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencastproject.smil.api.util with parameters of type SmilUtil.TrackType Modifier and Type Method Description static DocumentSmilUtil. addTrack(Document smilDocument, SmilUtil.TrackType trackType, boolean hasVideo, long startTime, long duration, URI uri, String trackId)Adds a track to the SMIL document.
-