Class JingleContentInfoProvider.Audio

java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<org.jivesoftware.smack.packet.ExtensionElement>
org.jivesoftware.smack.provider.Provider<org.jivesoftware.smack.packet.ExtensionElement>
org.jivesoftware.smack.provider.ExtensionElementProvider<org.jivesoftware.smack.packet.ExtensionElement>
org.jivesoftware.smackx.jingleold.provider.JingleContentInfoProvider.Audio
Direct Known Subclasses:
JingleContentInfoProvider.Audio.Busy, JingleContentInfoProvider.Audio.Hold, JingleContentInfoProvider.Audio.Mute, JingleContentInfoProvider.Audio.Queued, JingleContentInfoProvider.Audio.Ringing
Enclosing class:
JingleContentInfoProvider

public static class JingleContentInfoProvider.Audio extends org.jivesoftware.smack.provider.ExtensionElementProvider<org.jivesoftware.smack.packet.ExtensionElement>
JingleDescription.Audio info provider.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     
    static class 
     
    static class 
     
    static class 
     

    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
    Empty constructor.
    Audio(org.jivesoftware.smack.packet.ExtensionElement audioInfo)
    Constructor with an audio info.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jivesoftware.smack.packet.ExtensionElement
    parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment, org.jxmpp.JxmppContext jxmppContext)
    Parse a JingleDescription.Audio extension.

    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()
      Empty constructor.
    • Audio

      public Audio(org.jivesoftware.smack.packet.ExtensionElement audioInfo)
      Constructor with an audio info.
      Parameters:
      audioInfo - the jmf info
  • Method Details

    • parse

      public org.jivesoftware.smack.packet.ExtensionElement parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment, org.jxmpp.JxmppContext jxmppContext)
      Parse a JingleDescription.Audio extension.
      Specified by:
      parse in class org.jivesoftware.smack.provider.Provider<org.jivesoftware.smack.packet.ExtensionElement>