Membrane Element: UDP v0.2.2 Membrane.Element.UDP.Sink View Source

Element that reads packets from UDP socket and sends their payload through output pad.

See options/0 for available options

Element options

Passed via struct Membrane.Element.UDP.Sink.t/0

  • destination_address

    Required

    IP Address that packets will be sent to

  • destination_port_no

    Required

    UDP target port

  • local_address

    Required

    Local IP Address

  • local_port_no

    Default value: 5000

    UDP local port

Pads

:input

Availability:always
Caps:any
Demand unit:buffers
Direction:input
Mode:pull

Link to this section Summary

Types

t()

Struct containing options for Membrane.Element.UDP.Sink

Functions

Returns pads descriptions for Membrane.Element.UDP.Sink

Returns description of options available for this module

Link to this section Types

Link to this type

t()

View Source
t() :: %Membrane.Element.UDP.Sink{
  destination_address: String.t(),
  destination_port_no: pos_integer(),
  local_address: String.t(),
  local_port_no: pos_integer()
}

Struct containing options for Membrane.Element.UDP.Sink

Link to this section Functions

Returns pads descriptions for Membrane.Element.UDP.Sink

Returns description of options available for this module