Membrane.ICE.Sink (Membrane ICE plugin v0.5.0) View Source

Element that sends buffers (over UDP or TCP) received on different pads to relevant receivers.

Element options

Passed via struct Membrane.ICE.Sink.t/0

  • ice

    any

    Default value: nil
    Pid of ExLibnice instance. It's needed to send packets out.

Pads

:input

Availability:on_request
Caps:any
Demand unit:buffers
Direction:input
Mode:pull
Name:input

Link to this section Summary

Types

t()

Struct containing options for Membrane.ICE.Sink

Functions

Returns pads descriptions for Membrane.ICE.Sink

Returns description of options available for this module

Link to this section Types

Specs

t() :: %Membrane.ICE.Sink{ice: any()}

Struct containing options for Membrane.ICE.Sink

Link to this section Functions

Specs

membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]

Returns pads descriptions for Membrane.ICE.Sink

Specs

options() :: keyword()

Returns description of options available for this module