View Source API Reference Membrane File plugin v0.17.0

Modules

An event sent by the Membrane.File.Source with seekable?: true option, right after receiving Membrane.File.SeekSourceEvent. An element that steers the seekable file source with Membrane.File.SeekSourceEvent can assume that all the buffers received after receiving that event are the buffers ordered by that Membrane.File.SeekSourceEvent.

Event that triggers seeking or insertion to a file in Membrane.File.Sink.

Event that triggers seeking and reading in Membrane.File.Source working in seekable?: true mode.

Element that creates a file and stores incoming buffers there (in binary format). Can also be used as a pipe to standard output by setting location to :stdout, though this requires additional configuration.

Element that writes buffers to a set of files. File is switched on event.

Element that reads chunks of data from given file and sends them as buffers through the output pad. May also read from standard input by setting location to :stdin.

Default event that closes current and opens new file in Membrane.File.Sink.Multi.