Membrane.RTC.Engine.Endpoint.File.TrackConfig (Membrane RTC Engine File Endpoint v0.7.0)

View Source

Track Configuration, used to create track after initialization of File Endpoint.

Summary

Types

t()

The options passed to the Membrane.RTC.Engine.Track.new/7

Types

t()

@type t() :: %Membrane.RTC.Engine.Endpoint.File.TrackConfig{
  clock_rate: Membrane.RTP.clock_rate(),
  encoding: Membrane.RTC.Engine.Track.encoding(),
  fmtp: ExSDP.Attribute.FMTP.t(),
  opts: Membrane.RTC.Engine.Track.opts_t(),
  stream_id: String.t() | nil,
  type: :audio | :video
}

The options passed to the Membrane.RTC.Engine.Track.new/7