Uses of Interface
org.opencastproject.mediapackage.Track
Packages that use Track
-
Uses of Track in org.opencastproject.mediapackage
Subinterfaces of Track in org.opencastproject.mediapackageModifier and TypeInterfaceDescriptioninterfaceHLS-VOD This interface describes methods and fields for an adaptive manifest playlist. as defined in https://tools.ietf.org/html/draft-pantos-http-live-streaming-20 This is text file which references media tracks or playlists in the same mediapackage using relative path names (usual) or absolute URI.Fields in org.opencastproject.mediapackage with type parameters of type TrackMethods in org.opencastproject.mediapackage that return TrackModifier and TypeMethodDescriptionReturns the track identified bytrackIdornullif that track doesn't exists.Returns the track identified bytrackIdornullif that track doesn't exists.Track[]MediaPackage.getTracks()Returns the tracks that are part of this media package.Track[]MediaPackage.getTracks(MediaPackageElementFlavor flavor) Returns the tracks that are part of this media package and match the given flavor as defined inTrack.Track[]MediaPackageImpl.getTracks()Returns the tracks that are part of this media package.Track[]MediaPackageImpl.getTracks(MediaPackageElementFlavor flavor) Returns the tracks that are part of this media package and match the given flavor as defined inTrack.Track[]Publication.getTracks()Returns the tracks that are part of this publication.Track[]PublicationImpl.getTracks()Track[]MediaPackage.getTracksByTag(String tag) Returns the tracks that are tagged with the given tag or an empty array if no such tracks are found.Track[]MediaPackageImpl.getTracksByTag(String tag) Returns the tracks that are tagged with the given tag or an empty array if no such tracks are found.Track[]MediaPackage.getTracksByTags(Collection<String> tags) Returns the tracks that are tagged with any of the given tags or an empty array if no such elements are found.Track[]MediaPackageImpl.getTracksByTags(Collection<String> tags) Returns the tracks that are tagged with any of the given tags or an empty array if no such elements are found.Methods in org.opencastproject.mediapackage that return types with arguments of type TrackModifier and TypeMethodDescriptionAdaptivePlaylist.fixReferences(List<Track> tracks, File mpDir) Fix the playlist references in a publication.AdaptivePlaylist.getSortedTracks(List<Track> files, boolean segmentsOnly) AdaptivePlaylist.HLSMediaPackageCheck.rewriteHLS(MediaPackage mp, BiFunction<File, Track, Track> replaceTrackFileInWS, Function<Track, Void> removeFromWS) Rewrite the playlist file from master on down, this has to be done in multiple steps because the act of putting a file into a collection changes the path and new path is not known in advance.Methods in org.opencastproject.mediapackage with parameters of type TrackModifier and TypeMethodDescriptionvoidAdds a track to this media package, actually moving the underlying file in the filesystem.voidvoidAdds a track to this publication.voidstatic booleanAdaptivePlaylist.isPlaylist(Track track) voidRemoves the track from the media package.voidRemoves the track from the media package.static voidAdaptivePlaylist.setLogicalName(Track track) Set the path of the url as the logical nameMethod parameters in org.opencastproject.mediapackage with type arguments of type TrackModifier and TypeMethodDescriptionAdaptivePlaylist.fixReferences(List<Track> tracks, File mpDir) Fix the playlist references in a publication.AdaptivePlaylist.getSortedTracks(List<Track> files, boolean segmentsOnly) static voidSet HLS Tracks references to point to immediate parent, post inspectionReturn logical name mapped to fileAdaptivePlaylist.logicalNameURLMap(List<Track> tracks) AdaptivePlaylist.HLSMediaPackageCheck.rewriteHLS(MediaPackage mp, BiFunction<File, Track, Track> replaceTrackFileInWS, Function<Track, Void> removeFromWS) Rewrite the playlist file from master on down, this has to be done in multiple steps because the act of putting a file into a collection changes the path and new path is not known in advance.AdaptivePlaylist.HLSMediaPackageCheck.rewriteHLS(MediaPackage mp, BiFunction<File, Track, Track> replaceTrackFileInWS, Function<Track, Void> removeFromWS) Rewrite the playlist file from master on down, this has to be done in multiple steps because the act of putting a file into a collection changes the path and new path is not known in advance.AdaptivePlaylist.HLSMediaPackageCheck.rewriteHLS(MediaPackage mp, BiFunction<File, Track, Track> replaceTrackFileInWS, Function<Track, Void> removeFromWS) Rewrite the playlist file from master on down, this has to be done in multiple steps because the act of putting a file into a collection changes the path and new path is not known in advance.AdaptivePlaylist.urlRelativeToMasterMap(List<Track> tracks) Return track urls as relative to the master playlist (only one in the list)Constructor parameters in org.opencastproject.mediapackage with type arguments of type Track -
Uses of Track in org.opencastproject.mediapackage.track
Classes in org.opencastproject.mediapackage.track that implement TrackModifier and TypeClassDescriptionclassThis class is the base implementation for a media track, which itself is part of a media package, representing e. g.Methods in org.opencastproject.mediapackage.track that return TrackMethods in org.opencastproject.mediapackage.track with parameters of type Track