Membrane Element: File v0.2.2 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
Functions
Returns pads specification for Membrane.Element.File.Sink
Returns description of options available for this module
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Membrane.Element.File.Sink{location: String.t()}
t() :: %Membrane.Element.File.Sink{location: String.t()}
Struct containing options for Membrane.Element.File.Sink
location
- Path to the file
Link to this section Functions
Link to this function
membrane_pads() View Source
Returns pads specification for Membrane.Element.File.Sink
They are the following:
Pad
:input
- availability:
:always
- caps:
:any
- demand unit:
:buffers
- direction:
:input
- mode:
:pull
- availability:
Link to this function
options()
View Source
options()
View Source
options() :: keyword()
options() :: keyword()
Returns description of options available for this module