View Source Membrane.VP8.Decoder (Membrane VPx plugin v0.3.0)

Element that decodes a VP8 stream

Element options

Passed via struct Membrane.VP8.Decoder.t/0

  • framerate

    {non_neg_integer(), pos_integer()} | nil

    Default value: nil
    Framerate of the stream.

Pads

:input

Accepted formats:

VP8
%Membrane.RemoteStream{content_format: format} when format in [nil, VP8]
Direction::input
Availability::always
Flow control::auto

:output

Accepted formats:

Membrane.RawVideo
Direction::output
Availability::always
Flow control::auto

Summary

Types

t()

Struct containing options for Membrane.VP8.Decoder

Functions

Returns description of options available for this module

Types

@type t() :: %Membrane.VP8.Decoder{
  framerate: {non_neg_integer(), pos_integer()} | nil
}

Struct containing options for Membrane.VP8.Decoder

Functions

@spec options() :: keyword()

Returns description of options available for this module