Membrane.RTMP.Messages.Connect (Membrane RTMP plugin v0.29.1)

View Source

Defines the RTMP connect command.

Summary

Types

t()

@type t() :: %Membrane.RTMP.Messages.Connect{
  app: String.t(),
  audio_codecs: float() | nil,
  extra: %{optional(String.t()) => any()},
  flash_version: String.t() | nil,
  fpad: boolean() | nil,
  object_encoding: float() | nil,
  page_url: String.t() | nil,
  swf_url: String.t() | nil,
  tc_url: String.t(),
  tx_id: float() | non_neg_integer(),
  video_codecs: float() | nil,
  video_function: float() | nil
}

Functions

to_map(message)

@spec to_map(t()) :: map()