Membrane Element: Fake v0.2.2 Membrane.Element.Fake.Sink.Bytes 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
Default value:
2048
Amount of bytes demanded on each write
Pads
:input
Availability | :always |
Caps | :any |
Demand unit | :bytes |
Direction | :input |
Mode | :pull |
Link to this section Summary
Types
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
Link to this type
t()
View Sourcet() :: %Membrane.Element.Fake.Sink.Bytes{demand_size: pos_integer()}
Struct containing options for Membrane.Element.Fake.Sink.Bytes
Link to this section Functions
Link to this function
membrane_pads()
View Sourcemembrane_pads() :: [ {Membrane.Element.Pad.name_t(), Membrane.Element.Pad.description_t()} ]
Returns pads descriptions for Membrane.Element.Fake.Sink.Bytes
Returns description of options available for this module