View Source Membrane.H264.FFmpeg.Parser.DecoderConfiguration (Membrane H264 FFmpeg plugin v0.26.1)
Utility functions for parsing AVC Configuration Record
Link to this section Summary
Link to this section Types
@type t() :: %Membrane.H264.FFmpeg.Parser.DecoderConfiguration{ avc_level: non_neg_integer(), avc_profile_indication: non_neg_integer(), length_size: non_neg_integer(), pps: [binary()], profile_compatibility: non_neg_integer(), sps: [binary()] }