Uses of Class
org.opencastproject.editor.api.SegmentData
-
-
Uses of SegmentData in org.opencastproject.editor.api
Methods in org.opencastproject.editor.api that return types with arguments of type SegmentData Modifier and Type Method Description List<SegmentData>EditingData. getSegments()Returns a list ofTuplethat each represents a segment.Constructor parameters in org.opencastproject.editor.api with type arguments of type SegmentData Constructor Description EditingData(List<SegmentData> segments, List<TrackData> tracks, List<WorkflowData> workflows, Long duration, String title, String recordingStartDate, String seriesId, String seriesName, Boolean workflowActive)
-