Uses of Class
com.peterphi.std.types.SampleCount
Package
Description
-
Uses of SampleCount in com.peterphi.carbon.util.mediainfo
-
Uses of SampleCount in com.peterphi.std.guice.hibernate.usertype
Modifier and TypeMethodDescriptionSampleCountUserType.nullSafeGet
(ResultSet resultSet, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) -
Uses of SampleCount in com.peterphi.std.types
Modifier and TypeMethodDescriptionSampleCount.add
(SampleCount that) SampleCount.addPrecise
(SampleCount that) TimecodeRange.getDuration()
Timecode.getSampleCount()
Returns a sample count as a delta from the timecode 00:00:00:00Timecode.getSampleCount
(Timecode from) Returns a sample count as an offset from the provided timecode
The resulting timecode will be expressed in the same timebase asthis
objectTimecode.getSampleCountPrecise
(Timecode from) Returns a sample count as an offset from the provided timecode
The resulting timecode will be expressed in the same timebase asthis
objectstatic SampleCount
SampleCount.parseVidispine
(String countAndRate) Deprecated.Resample this sample count to another ratestatic SampleCount
SampleCount.subtract
(SampleCount that) SampleCount.subtractPrecise
(SampleCount that) static SampleCount
Parse a sample count & timebase assamples@[str_timebase|nom[:denom]]
N.B.Modifier and TypeMethodDescriptionSampleCount.add
(SampleCount that) Timecode.add
(SampleCount samples) Add some samples to this timecodeTimecodeRange.add
(SampleCount samples) Move the range right by the specified number of samplesSampleCount.addPrecise
(SampleCount that) Timecode.addPrecise
(SampleCount samples) Add some samples to this timecode, throwing an exception if precision would be loststatic TimecodeBuilder
TimecodeBuilder.fromSamples
(SampleCount samples, boolean dropFrame) static final Timecode
Timecode.getInstance
(SampleCount samples) static final Timecode
Timecode.getInstance
(SampleCount samples, boolean dropFrame) static final Timecode
Timecode.getInstance
(SampleCount samples, boolean dropFrame, boolean supportDays) Deprecated.use method without supportDays (supportDays is now implicitly true) or dropFrame (drop frame timecode is not correctly supported currently)SampleCount.subtract
(SampleCount that) Timecode.subtract
(SampleCount samples) Subtract some samples from this timecodeTimecodeRange.subtract
(SampleCount samples) Move the range left by the specified number of samplesSampleCount.subtractPrecise
(SampleCount that)