VideoInterop.Binary.Plane (video_interop v0.1.0)

Copy Markdown View Source

A plane offset and row stride within VideoInterop.Binary.data.

Summary

Types

t()

@type t() :: %VideoInterop.Binary.Plane{
  offset: non_neg_integer(),
  stride: pos_integer()
}