View Source Xav.Packet (xav v0.10.0)

A module representing an audio/video compressed data.

Summary

Types

@type t() :: %Xav.Packet{
  data: binary(),
  dts: integer(),
  keyframe?: boolean(),
  pts: integer()
}

Functions