use crate;
/// A single plane of image data.
/// A presentation timestamp from the platform's media clock.
///
/// The interpretation of the underlying value depends on the platform.
/// Use [`as_secs_f64()`](Timestamp::as_secs_f64) for a portable
/// approximation, or access the platform-specific timestamp type
/// (via the [`Frame::Timestamp`] associated type) for full precision.
/// A borrowed video frame. Lifetime tied to callback scope (zero-copy).