Interface FormatParametersAwareCodec
-
- All Superinterfaces:
javax.media.Control
- All Known Implementing Classes:
JavaEncoder,JNIEncoder
public interface FormatParametersAwareCodec extends javax.media.ControlAn interface used to pass additional format parameters (received via SDP/Jingle) to codecs.- Author:
- Boris Grozev
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetFormatParameters(Map<String,String> fmtps)Sets the format parameters to fmtps
-