Uses of Class
de.humatic.dsj.MovieTrack

Packages that use MovieTrack
de.humatic.dsj   
 

Uses of MovieTrack in de.humatic.dsj
 

Methods in de.humatic.dsj that return MovieTrack
 MovieTrack DSMovie.getIndTrack(int trackIndex)
          Returns the MovieTrack at the 0 based index.
 MovieTrack DSMovie.getIndTrackType(int mediaType, int index)
          Returns the nth MovieTrack with the given mediatype (0 based index) or null if there is no such track at the given index.
 MovieTrack DSMovie.getTrack(int trackID)
          Returns the MovieTrack with the given ID.
 

Methods in de.humatic.dsj with parameters of type MovieTrack
 void DSMovie.removeTrack(MovieTrack track)
          Removes the given track from an editable movie's timeline.