Membrane Element: File v0.1.0 Membrane.Element.File.Sink View Source
Element that creates a file and stores incoming buffers there (in binary format).
Link to this section Summary
Types
Struct containing options for Membrane.Element.File.Sink
location
: Path to the file
Functions
Returns all known sink pads for Membrane.Element.File.Sink
Returns description of options available for this module
Link to this section Types
Struct containing options for Membrane.Element.File.Sink
location
: Path to the file
Link to this section Functions
Link to this function
known_sink_pads()
View Source
known_sink_pads() :: Membrane.Element.Base.Mixin.SinkBehaviour.known_sink_pads_t()
Returns all known sink pads for Membrane.Element.File.Sink
They are the following:
Pad:
:sink
- Availability: :always
- Mode: {:pull, [demand_in: :buffers]}
- Caps:
any
Returns description of options available for this module