Class JingleDescriptionProvider.Audio

java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<JingleDescription>
org.jivesoftware.smack.provider.Provider<JingleDescription>
org.jivesoftware.smack.provider.ExtensionElementProvider<JingleDescription>
org.jivesoftware.smackx.jingleold.provider.JingleDescriptionProvider
org.jivesoftware.smackx.jingleold.provider.JingleDescriptionProvider.Audio
Enclosing class:
JingleDescriptionProvider

public static class JingleDescriptionProvider.Audio extends JingleDescriptionProvider
Jingle audio.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingleold.provider.JingleDescriptionProvider

    JingleDescriptionProvider.Audio

    Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider

    org.jivesoftware.smack.provider.AbstractProvider.NumberFormatParseException, org.jivesoftware.smack.provider.AbstractProvider.TextParseException, org.jivesoftware.smack.provider.AbstractProvider.WrappableParser<E>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a new instance of this object.
    parsePayload(org.jivesoftware.smack.xml.XmlPullParser parser)
    Parse an audio payload type.

    Methods inherited from class org.jivesoftware.smackx.jingleold.provider.JingleDescriptionProvider

    parse

    Methods inherited from class org.jivesoftware.smack.provider.Provider

    parse, parse

    Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider

    getElementClass, toUrl, wrapExceptions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Audio

      public Audio()
  • Method Details