View Source Membrane.BlankVideoGenerator (Membrane Generator plugin v0.8.1)
Element responsible for generating black screen as raw video.
element-options
Element options
Passed via struct Membrane.BlankVideoGenerator.t/0
duration
Time.t()
Required
Duration of the outputstream_format
RawVideo.t()
Required
Video format of the output
pads
Pads
output
:output
Accepted formats:
%RawVideo{pixel_format: pixel_format, aligned: true} when pixel_format in @supported_pixel_formats
Direction: | :output |
Availability: | :always |
Mode: | :pull |
Demand mode: | :manual |
Link to this section Summary
Types
Struct containing options for Membrane.BlankVideoGenerator
Link to this section Types
@type t() :: %Membrane.BlankVideoGenerator{ duration: Membrane.Time.t(), stream_format: Membrane.RawVideo.t() }
Struct containing options for Membrane.BlankVideoGenerator
Link to this section Functions
@spec options() :: keyword()
Returns description of options available for this module