Interface AdvancedAttributesAwareCodec
-
- All Superinterfaces:
javax.media.Control
- All Known Implementing Classes:
JavaEncoder,JNIEncoder
public interface AdvancedAttributesAwareCodec extends javax.media.ControlAn interface used to pass additional attributes (received via SDP/Jingle) to codecs.- Author:
- Damian Minkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAdvancedAttributes(Map<String,String> attributes)Sets the additional attributes to attributes
-