Membrane Core v0.2.2 Membrane.Testing.DataSource View Source
Testing Element for supplying data from list passed through options.
Link to this section Summary
Types
Struct containing options for Membrane.Testing.DataSource
Functions
Returns pads specification for Membrane.Testing.DataSource
Returns description of options available for this module
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Membrane.Testing.DataSource{data: [Membrane.Payload.t()]}
t() :: %Membrane.Testing.DataSource{data: [Membrane.Payload.t()]}
Struct containing options for Membrane.Testing.DataSource
data
- List of payloads that will be sent through:output
pad.
Link to this section Functions
Link to this function
membrane_pads() View Source
Returns pads specification for Membrane.Testing.DataSource
They are the following:
Pad
:output
- availability:
:always
- caps:
:any
- direction:
:output
- mode:
:pull
- availability:
Link to this function
options()
View Source
options()
View Source
options() :: keyword()
options() :: keyword()
Returns description of options available for this module