Membrane.BlankVideoGenerator (Membrane Generator plugin v0.2.3) View Source
Element responsible for generating black screen as raw video.
Element options
Passed via struct Membrane.BlankVideoGenerator.t/0
duration
Time.t()
Required
Duration of the outputcaps
Raw.t()
Required
Video format of the output
Pads
:output
Availability | :always |
Caps | Membrane.Caps.Video.Raw , restrictions:<br /> format: one_of([:I420, :I422]) ,<br /> aligned: true |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.BlankVideoGenerator
Functions
Returns pads descriptions for Membrane.BlankVideoGenerator
Returns description of options available for this module
Link to this section Types
Specs
t() :: %Membrane.BlankVideoGenerator{ caps: Membrane.Caps.Video.Raw.t(), duration: Membrane.Time.t() }
Struct containing options for Membrane.BlankVideoGenerator
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.BlankVideoGenerator
Specs
options() :: keyword()
Returns description of options available for this module