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

t()

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() :: %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

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

Returns description of options available for this module