Membrane.CMAF.Track (Membrane CMAF format v0.6.1) View Source
Membrane description for a single track in Common Media Application Format.
Link to this section Summary
Link to this section Types
Specs
content_type_t() :: :audio | :video
Specs
t() :: %Membrane.CMAF.Track{ content_type: content_type_t() | [content_type_t()], header: binary() }
Struct describing a single track in Common Media Application Format.
The header field should contain binary contents of a CMAF init file.