lib/rtcp.ex
defmodule Membrane.RTCP do
@moduledoc """
Description of RTCP stream.
"""
@type t :: %__MODULE__{}
defstruct []
end
defmodule Membrane.RTCP do
@moduledoc """
Description of RTCP stream.
"""
@type t :: %__MODULE__{}
defstruct []
end