Class TrackSupport

java.lang.Object
org.opencastproject.mediapackage.TrackSupport

public final class TrackSupport extends Object
Utility class for handling Tracks and Streams.
  • Method Details

    • byType

      public static <T extends Stream> T[] byType(Stream[] streams, Class<T> streamType)