Uses of Class
com.github.kokorin.jaffree.nut.Timestamp
Packages that use Timestamp
Package
Description
Classes partially implementing NUT container format muxer & demuxer.
-
Uses of Timestamp in com.github.kokorin.jaffree.nut
Fields in com.github.kokorin.jaffree.nut declared as TimestampModifier and TypeFieldDescriptionfinal TimestampSyncPoint.globalKeyPtsAfter a syncpoint, last_pts of each stream is to be set to: last_pts[i] = convert_ts(global_key_pts, time_base[id], time_base[i])final TimestampSyncPoint.transmitTsThe value of the reference clock at the moment when the first bit of transmit_ts is transmitted/received.Methods in com.github.kokorin.jaffree.nut that return TimestampModifier and TypeMethodDescriptionNutInputStream.readTimestamp(int timeBaseCount) Reads t type (v coded universal timestamp).Methods in com.github.kokorin.jaffree.nut with parameters of type TimestampModifier and TypeMethodDescriptionvoidNutOutputStream.writeTimestamp(int timeBaseCount, Timestamp timestamp) Writes t type (v coded universal timestamp).Constructors in com.github.kokorin.jaffree.nut with parameters of type Timestamp