View Source Membrane.Fake.Sink.Bytes (Membrane Fake Plugin v0.11.0)

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

element-options

Element options

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

  • demand_size

    pos_integer()

    Default value: 2048
    Amount of bytes demanded on each write

pads

Pads

input

:input

Accepted formats:

_any
Direction::input
Availability::always
Flow control::manual
Demand unit::bytes

Link to this section Summary

Types

t()

Struct containing options for Membrane.Fake.Sink.Bytes

Functions

Returns description of options available for this module

Link to this section Types

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

Struct containing options for Membrane.Fake.Sink.Bytes

Link to this section Functions

@spec options() :: keyword()

Returns description of options available for this module