Membrane Element: File v0.2.4 Membrane.Element.File.Sink View Source

Element that creates a file and stores incoming buffers there (in binary format).

Element options

Passed via struct Membrane.Element.File.Sink.t/0

  • location

    Required

    Path to the file

Pads

:input

Availability:always
Caps:any
Demand unit:buffers
Direction:input
Mode:pull

Link to this section Summary

Types

t()

Struct containing options for Membrane.Element.File.Sink

Functions

Returns pads descriptions 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

Link to this section Functions

Returns pads descriptions for Membrane.Element.File.Sink

Returns description of options available for this module