Membrane.SRTCP.Decryptor (Membrane RTP plugin v0.6.0) View Source
Converts SRTCP packets to plain RTCP.
Requires adding libsrtp dependency to work.
Element options
Passed via struct Membrane.SRTCP.Decryptor.t/0
policies
[ExLibSRTP.Policy.t()]
Required
List of SRTP policies to use for decrypting packets. SeeExLibSRTP.Policy.t/0
for details.
Pads
:input
Availability | :always |
Caps | :any |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
:output
Availability | :always |
Caps | :any |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.SRTCP.Decryptor
Functions
Returns pads descriptions for Membrane.SRTCP.Decryptor
Returns description of options available for this module
Link to this section Types
Specs
t() :: %Membrane.SRTCP.Decryptor{policies: [ExLibSRTP.Policy.t()]}
Struct containing options for Membrane.SRTCP.Decryptor
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.SRTCP.Decryptor
Specs
options() :: keyword()
Returns description of options available for this module