ExMP4.Box.Avcc (MP4 Reader and Writer v0.11.0)
View SourceA module representing an avcC
box.
Summary
Functions
Creates a new avcC
box from parameter sets.
Types
@type new_opts() :: [{:nalu_length_size, integer()}]
@type t() :: %ExMP4.Box.Avcc{ avc_level: non_neg_integer(), avc_profile_indication: non_neg_integer(), nalu_length_size: pos_integer(), pps: [binary()], profile_compatibility: non_neg_integer(), sps: [binary()] }