Uses of Class
com.peterphi.std.types.TimecodeBuilder
Packages that use TimecodeBuilder
-
Uses of TimecodeBuilder in com.peterphi.std.types
Methods in com.peterphi.std.types that return TimecodeBuilderModifier and TypeMethodDescriptionTimecode.builder()Return a TimecodeBuilder for this Timecode instancestatic TimecodeBuilderTimecodeBuilder.fromEncodedValue(String encoded) Parse a Timecode encoded in the "vidispine style" (hh:mm:ss:ff@timebase).static TimecodeBuilderTimecodeBuilder.fromFrames(long signedFrameNumber, Timebase rate) static TimecodeBuilderTimecodeBuilder.fromFrames(long signedFrameNumber, Timebase rate, boolean dropFrame) static TimecodeBuilderTimecodeBuilder.fromSamples(SampleCount samples, boolean dropFrame) static TimecodeBuilderPart a Timecode encoded in the SMPTE style ([dd:]hh:mm:ss:ff- or[dd:]hh:mm:ss;fffor drop-frame timecode)static TimecodeBuilderTimecodeBuilder.fromTimecode(Timecode timecode) TimecodeBuilder.withDays(long days) TimecodeBuilder.withDropFrame(boolean dropFrame) TimecodeBuilder.withFrames(long frames) TimecodeBuilder.withHours(long hours) TimecodeBuilder.withMinutes(long minutes) TimecodeBuilder.withNegative(boolean negative) TimecodeBuilder.withSeconds(long seconds) TimecodeBuilder.withTime(org.joda.time.DateTime dateTime) TimecodeBuilder.withTime(org.joda.time.LocalTime time) TimecodeBuilder.withTimecode(Timecode timecode) Reset this builder to the values in the provided Timecode