Element responsible for generating black screen as raw video.
Element options
Passed via struct Membrane.BlankVideoGenerator.t/0
durationTime.t()Required
Duration of the outputstream_formatRawVideo.t()Required
Video format of the output
Pads
:output
Accepted formats:
%RawVideo{pixel_format: pixel_format, aligned: true} when pixel_format in @supported_pixel_formats| Direction: | :output |
| Availability: | :always |
| Flow control: | :manual |
| Demand unit: | nil |
Summary
Types
Struct containing options for Membrane.BlankVideoGenerator
Types
@type t() :: %Membrane.BlankVideoGenerator{ duration: Membrane.Time.t(), stream_format: Membrane.RawVideo.t() }
Struct containing options for Membrane.BlankVideoGenerator
Functions
@spec options() :: keyword()
Returns description of options available for this module