Membrane.File.Sink (Membrane File plugin v0.7.0) View Source
Element that creates a file and stores incoming buffers there (in binary format).
Element options
Passed via struct Membrane.File.Sink.t/0
location
String.t()
Required
Path to the file
Pads
:input
Availability | :always |
Caps | :any |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
Link to this section Summary
Types
Struct containing options for Membrane.File.Sink
Functions
Returns pads descriptions for Membrane.File.Sink
Returns description of options available for this module
Link to this section Types
Specs
t() :: %Membrane.File.Sink{location: String.t()}
Struct containing options for Membrane.File.Sink
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.File.Sink
Specs
options() :: keyword()
Returns description of options available for this module