Membrane.Element.Fake.Sink.Bytes (Membrane Element: Fake v0.6.0) View Source

Fake sink that ignores coming data. It makes demands in bytes.

Element options

Passed via struct Membrane.Element.Fake.Sink.Bytes.t/0

  • demand_size

    pos_integer()

    Default value: 2048
    Amount of bytes demanded on each write

Pads

:input

Availability:always
Caps:any
Demand unit:bytes
Direction:input
Mode:pull
Name:input

Link to this section Summary

Types

t()

Struct containing options for Membrane.Element.Fake.Sink.Bytes

Functions

Returns pads descriptions for Membrane.Element.Fake.Sink.Bytes

Returns description of options available for this module

Link to this section Types

Specs

t() :: %Membrane.Element.Fake.Sink.Bytes{demand_size: pos_integer()}

Struct containing options for Membrane.Element.Fake.Sink.Bytes

Link to this section Functions

Specs

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

Returns pads descriptions for Membrane.Element.Fake.Sink.Bytes

Specs

options() :: keyword()

Returns description of options available for this module