Uses of Class
com.peterphi.std.types.TimecodeRange
Packages that use TimecodeRange
-
Uses of TimecodeRange in com.peterphi.std.types
Methods in com.peterphi.std.types that return TimecodeRangeModifier and TypeMethodDescriptionTimecodeRange.add(SampleCount samples) Move the range right by the specified number of samplesstatic TimecodeRangeTimecodeRange.merge(TimecodeRange a, TimecodeRange b) Produce a new Timecode range which includes all timecodes fromaandb.TimecodeRange.subtract(SampleCount samples) Move the range left by the specified number of samplesConstructs a new TimecodeRange where the values are expressed as offsets fromreference.Methods in com.peterphi.std.types with parameters of type TimecodeRangeModifier and TypeMethodDescriptionstatic TimecodeRangeTimecodeRange.merge(TimecodeRange a, TimecodeRange b) Produce a new Timecode range which includes all timecodes fromaandb.booleanTimecodeRange.overlaps(TimecodeRange that) Determines whether two timecode ranges overlap (or are equivalent)booleanTimecodeRange.within(TimecodeRange test) Test whether a given timecode range lies wholly within (or on the boundaries of) this range