Uses of Class
com.jalios.jcms.media.Track
-
Packages that use Track Package Description com.jalios.jcms.media Contains all the classes to provide the Media Browser. -
-
Uses of Track in com.jalios.jcms.media
Methods in com.jalios.jcms.media that return types with arguments of type Track Modifier and Type Method Description java.util.List<Track>
MediaTemplateVideoDisplayHandler. getTracks()
Methods in com.jalios.jcms.media with parameters of type Track Modifier and Type Method Description static void
MediaTracksUtils. checkVttTrackIntegrity(Track track)
Checks if a VTT track has the valid format (containing milliseconds or not).static void
MediaTracksUtils. transformSrtTracktoVttTrack(Track track)
Converts a track from SRT to VTT format.
-