API Reference Membrane File plugin v0.15.0

modules

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

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.

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