Interface FormatParametersAwareCodec

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

    public interface FormatParametersAwareCodec
    extends javax.media.Control
    An interface used to pass additional format parameters (received via SDP/Jingle) to codecs.
    Author:
    Boris Grozev
    • Method Detail

      • setFormatParameters

        void setFormatParameters​(Map<String,​String> fmtps)
        Sets the format parameters to fmtps
        Parameters:
        fmtps - The format parameters to set