Membrane.Fake.Sink.Bytes (Membrane Fake Plugin v0.7.0) View Source
Fake sink that ignores coming data. It makes demands in bytes.
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
:input
Availability | :always |
Caps | :any |
Demand unit | :bytes |
Direction | :input |
Mode | :pull |
Name | :input |
Link to this section Summary
Types
Struct containing options for Membrane.Fake.Sink.Bytes
Functions
Returns pads descriptions for Membrane.Fake.Sink.Bytes
Returns description of options available for this module
Link to this section Types
Specs
t() :: %Membrane.Fake.Sink.Bytes{demand_size: pos_integer()}
Struct containing options for Membrane.Fake.Sink.Bytes
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.Fake.Sink.Bytes
Specs
options() :: keyword()
Returns description of options available for this module