| Package | Description |
|---|---|
| com.peterphi.std.types |
| Modifier and Type | Method and Description |
|---|---|
TimecodeRange |
TimecodeRange.add(SampleCount samples)
Move the range right by the specified number of samples
|
static TimecodeRange |
TimecodeRange.merge(TimecodeRange a,
TimecodeRange b)
Produce a new Timecode range which includes all timecodes from
a and b. |
TimecodeRange |
TimecodeRange.subtract(SampleCount samples)
Move the range left by the specified number of samples
|
TimecodeRange |
TimecodeRange.toOffset(Timecode reference)
Constructs a new TimecodeRange where the values are expressed as offsets from
reference. |
| Modifier and Type | Method and Description |
|---|---|
static TimecodeRange |
TimecodeRange.merge(TimecodeRange a,
TimecodeRange b)
Produce a new Timecode range which includes all timecodes from
a and b. |
boolean |
TimecodeRange.overlaps(TimecodeRange that)
Determines whether two timecode ranges overlap (or are equivalent)
|
boolean |
TimecodeRange.within(TimecodeRange test)
Test whether a given timecode range lies wholly within (or on the boundaries of) this range
|
Copyright © 2016. All rights reserved.