Membrane.HLS.PackedAACSink (Membrane HLS Plugin v1.1.2)

View Source

Summary

Types

t()

Struct containing options for Membrane.HLS.PackedAACSink

Functions

Returns description of options available for this module

Types

t()

@type t() :: %Membrane.HLS.PackedAACSink{
  build_stream: (Membrane.AAC.t() ->
                   HLS.VariantStream.t() | HLS.AlternativeRendition.t()),
  packager: pid(),
  target_segment_duration: Membrane.Time.t(),
  track_id: String.t()
}

Struct containing options for Membrane.HLS.PackedAACSink

Functions

options()

@spec options() :: keyword()

Returns description of options available for this module