SlowMotionData
@UnstableApi
public final class SlowMotionData implements Metadata.Entry
Holds information about the segments of slow motion playback within a track.
Summary
Nested types |
|---|
public final class SlowMotionData.SegmentHolds information about a single segment of slow motion playback within a track. |
Public fields |
|
|---|---|
final List<SlowMotionData.Segment> |
Public constructors |
|---|
SlowMotionData(List<SlowMotionData.Segment> segments)Creates an instance with a list of |
Inherited methods |
||||||
|---|---|---|---|---|---|---|
|
Public fields
Public constructors
SlowMotionData
public SlowMotionData(List<SlowMotionData.Segment> segments)
Creates an instance with a list of Segments.
The segments must not overlap, that is that the start time of a segment can not be between the start and end time of another segment.