Membrane.AVC.Configuration (Membrane RTMP plugin v0.2.1) View Source
Utility functions for parsing AVC Configuration Record
Link to this section Summary
Link to this section Types
Specs
t() :: %Membrane.AVC.Configuration{
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()]
}