Lines Matching defs:Timestamp
80 class Timestamp {
82 Timestamp() : framePosition(0)
87 ~Timestamp() = default;
92 * @brief Enumerates the time base of this <b>Timestamp</b>. Different timing methods are supported.
222 * @param timestamp Indicates a {@link Timestamp} instance reference provided by the caller.
223 * @param base Indicates the time base, which can be {@link Timestamp.Timebase#BOOTTIME Timestamp.Timebase.BOOTTIME}
224 * or {@link Timestamp.Timebase#MONOTONIC Timestamp.Timebase.MONOTONIC}.
229 bool GetAudioTime(Timestamp ×tamp, Timestamp::Timebase base);