Class Rtp.PayloadType.Parameter

  • Enclosing class:
    Rtp.PayloadType

    public static final class Rtp.PayloadType.Parameter
    extends Object
    The parameter for a payload.
    • Constructor Detail

      • Parameter

        public Parameter​(String name,
                         String value)
        Constructs a parameter with name and value.
        Parameters:
        name - The name.
        value - The value.
    • Method Detail

      • getName

        public String getName()
        Gets the parameter name.
        Returns:
        The parameter name.
      • getValue

        public String getValue()
        Gets the parameter value.
        Returns:
        The parameter value.