Interface AdvancedAttributesAwareCodec

  • All Superinterfaces:
    javax.media.Control
    All Known Implementing Classes:
    JavaEncoder, JNIEncoder

    public interface AdvancedAttributesAwareCodec
    extends javax.media.Control
    An interface used to pass additional attributes (received via SDP/Jingle) to codecs.
    Author:
    Damian Minkov
    • Method Detail

      • setAdvancedAttributes

        void setAdvancedAttributes​(Map<String,​String> attributes)
        Sets the additional attributes to attributes
        Parameters:
        attributes - The additional attributes to set