BEAM-owned binary video frame storage.
The binary is immutable and owned by the frame term, so this storage does not
require a VideoInterop.Lease. planes describes offsets and row strides
inside data.
Summary
Types
@type t() :: %VideoInterop.Binary{ data: binary(), planes: [VideoInterop.Binary.Plane.t()] }