View Source Membrane.RTC.Engine.Endpoint.HLS.AudioMixerConfig (Membrane RTC Engine v0.11.0)

Module representing audio mixer configuration for the HLS endpoint.

Link to this section Summary

Types

t()
  • stream_format - defines audio mixer output stream_format.
  • background - module generating background sound that will be played from the beginning of the stream.

Link to this section Types

@type t() :: %Membrane.RTC.Engine.Endpoint.HLS.AudioMixerConfig{
  background: struct() | nil,
  stream_format: Membrane.RawAudio.t()
}
  • stream_format - defines audio mixer output stream_format.
  • background - module generating background sound that will be played from the beginning of the stream.