static SegmentDetection.Builder |
SegmentDetection.builder() |
|
SegmentDetection.Builder |
SegmentDetection.Builder.durationFrames(Long durationFrames) |
The duration of a video segment, expressed in frames.
|
SegmentDetection.Builder |
SegmentDetection.Builder.durationMillis(Long durationMillis) |
The duration of the detected segment in milliseconds.
|
SegmentDetection.Builder |
SegmentDetection.Builder.durationSMPTE(String durationSMPTE) |
The duration of the timecode for the detected segment in SMPTE format.
|
SegmentDetection.Builder |
SegmentDetection.Builder.endFrameNumber(Long endFrameNumber) |
The frame number at the end of a video segment, using a frame index that starts with 0.
|
SegmentDetection.Builder |
SegmentDetection.Builder.endTimecodeSMPTE(String endTimecodeSMPTE) |
The frame-accurate SMPTE timecode, from the start of a video, for the end of a detected segment.
|
SegmentDetection.Builder |
SegmentDetection.Builder.endTimestampMillis(Long endTimestampMillis) |
The end time of the detected segment, in milliseconds, from the start of the video.
|
default SegmentDetection.Builder |
SegmentDetection.Builder.shotSegment(Consumer<ShotSegment.Builder> shotSegment) |
If the segment is a shot detection, contains information about the shot detection.
|
SegmentDetection.Builder |
SegmentDetection.Builder.shotSegment(ShotSegment shotSegment) |
If the segment is a shot detection, contains information about the shot detection.
|
SegmentDetection.Builder |
SegmentDetection.Builder.startFrameNumber(Long startFrameNumber) |
The frame number of the start of a video segment, using a frame index that starts with 0.
|
SegmentDetection.Builder |
SegmentDetection.Builder.startTimecodeSMPTE(String startTimecodeSMPTE) |
The frame-accurate SMPTE timecode, from the start of a video, for the start of a detected segment.
|
SegmentDetection.Builder |
SegmentDetection.Builder.startTimestampMillis(Long startTimestampMillis) |
The start time of the detected segment in milliseconds from the start of the video.
|
default SegmentDetection.Builder |
SegmentDetection.Builder.technicalCueSegment(Consumer<TechnicalCueSegment.Builder> technicalCueSegment) |
If the segment is a technical cue, contains information about the technical cue.
|
SegmentDetection.Builder |
SegmentDetection.Builder.technicalCueSegment(TechnicalCueSegment technicalCueSegment) |
If the segment is a technical cue, contains information about the technical cue.
|
SegmentDetection.Builder |
SegmentDetection.toBuilder() |
|
SegmentDetection.Builder |
SegmentDetection.Builder.type(String type) |
The type of the segment.
|
SegmentDetection.Builder |
SegmentDetection.Builder.type(SegmentType type) |
The type of the segment.
|