View Source Membrane.KeyframeRequester (Membrane RTC Engine v0.6.0)
A simple filter sending Membrane.KeyframeRequestEvent
on the :input
pad
repeatadly in intervals.
element-options
Element options
Passed via struct Membrane.KeyframeRequester.t/0
interval
Membrane.Time.t()
Required
Time interval between requests
pads
Pads
input
:input
Availability | :always |
Caps | :any |
Demand mode | :auto |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
output
:output
Availability | :always |
Caps | :any |
Demand mode | :auto |
Demand unit | :buffers |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.KeyframeRequester
Functions
Returns pads descriptions for Membrane.KeyframeRequester
Returns description of options available for this module
Link to this section Types
@type t() :: %Membrane.KeyframeRequester{interval: Membrane.Time.t()}
Struct containing options for Membrane.KeyframeRequester
Link to this section Functions
@spec membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.KeyframeRequester
@spec options() :: keyword()
Returns description of options available for this module