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

t()

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

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 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