Class ApplicationFormat

  • Direct Known Subclasses:
    JingleFileTransfer, Rtp

    public abstract class ApplicationFormat
    extends Object
    An abstract base class for Jingle application formats. It is defined as:

    The data format of the content type being established, which formally declares one purpose of the session (e.g., "audio" or "video"). This is the 'what' of the session (i.e., the bits to be transferred), such as the acceptable codecs when establishing a voice conversation. In Jingle XML syntax the application format is the namespace of the <description/> element.

    See Also:
    Jingle.Content.getApplicationFormat()