Typed view of the trex Track Extends box (inside moov → mvex).
Summary
Types
@type t() :: %ISOMedia.Boxes.TrackExtends{ default_sample_description_index: non_neg_integer(), default_sample_duration: non_neg_integer(), default_sample_flags: non_neg_integer(), default_sample_size: non_neg_integer(), track_id: non_neg_integer() }
Functions
@spec decode(ISOMedia.Box.t()) :: t()
Decode a trex box.
@spec encode(t()) :: ISOMedia.Box.t()
Encode a %TrackExtends{} back into a trex box.