Uses of Class
org.jivesoftware.smackx.jingleold.media.PayloadType
-
Packages that use PayloadType Package Description org.jivesoftware.smackx.jingleold TODO describe me.org.jivesoftware.smackx.jingleold.listeners TODO describe me.org.jivesoftware.smackx.jingleold.media TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.jmf TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.jspeex TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.multi TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.sshare TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.test org.jivesoftware.smackx.jingleold.nat TODO describe me.org.jivesoftware.smackx.jingleold.packet TODO describe me.org.jivesoftware.smackx.jingleold.provider TODO describe me. -
-
Uses of PayloadType in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold with parameters of type PayloadType Modifier and Type Method Description voidJingleManager. sessionEstablished(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession) -
Uses of PayloadType in org.jivesoftware.smackx.jingleold.listeners
Methods in org.jivesoftware.smackx.jingleold.listeners with parameters of type PayloadType Modifier and Type Method Description voidJingleMediaListener. mediaClosed(PayloadType cand)Notification that a payload type must be cancelled.voidJingleMediaListener. mediaEstablished(PayloadType pt)Notification that the jmf has been negotiated and established.voidJingleSessionListener. sessionEstablished(PayloadType pt, TransportCandidate remoteCandidate, TransportCandidate localCandidate, JingleSession jingleSession)Notification that the session has been established. -
Uses of PayloadType in org.jivesoftware.smackx.jingleold.media
Subclasses of PayloadType in org.jivesoftware.smackx.jingleold.media Modifier and Type Class Description static classPayloadType.AudioAudio payload type.Methods in org.jivesoftware.smackx.jingleold.media that return PayloadType Modifier and Type Method Description PayloadTypeMediaNegotiator. getBestCommonAudioPt()Get the best common codec between both parts.PayloadTypeJingleMediaSession. getPayloadType()Returns the PayloadType of the Media Session.PayloadTypeJingleMediaManager. getPreferredPayloadType()Returns the Preferred PayloadType of the Media Manager.Methods in org.jivesoftware.smackx.jingleold.media that return types with arguments of type PayloadType Modifier and Type Method Description abstract List<PayloadType>JingleMediaManager. getPayloads()Return all supported Payloads for this Manager.Methods in org.jivesoftware.smackx.jingleold.media with parameters of type PayloadType Modifier and Type Method Description abstract JingleMediaSessionJingleMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Create a Media Session Implementation.protected voidMediaNegotiator. triggerMediaClosed(PayloadType currPt)Trigger a jmf closed event.protected voidMediaNegotiator. triggerMediaEstablished(PayloadType bestPt)Trigger a session established event.Constructors in org.jivesoftware.smackx.jingleold.media with parameters of type PayloadType Constructor Description Audio(PayloadType pt)Copy constructor.JingleMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, String mediaLocator, JingleSession jingleSession)Creates a new JingleMediaSession Instance to handle Media methods.PayloadType(PayloadType pt)Copy constructor.Constructor parameters in org.jivesoftware.smackx.jingleold.media with type arguments of type PayloadType Constructor Description MediaNegotiator(JingleSession session, JingleMediaManager mediaManager, List<PayloadType> pts, ContentNegotiator parentNegotiator)Default constructor. -
Uses of PayloadType in org.jivesoftware.smackx.jingleold.mediaimpl.jmf
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.jmf that return types with arguments of type PayloadType Modifier and Type Method Description List<PayloadType>JmfMediaManager. getPayloads()Return all supported Payloads for this Manager.Methods in org.jivesoftware.smackx.jingleold.mediaimpl.jmf with parameters of type PayloadType Modifier and Type Method Description JingleMediaSessionJmfMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new jingleMediaSession.static javax.media.format.AudioFormatAudioFormatUtils. getAudioFormat(PayloadType payloadtype)Return a JMF AudioFormat for a given Jingle Payload type.Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.jmf with parameters of type PayloadType Constructor Description AudioMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, String locator, JingleSession jingleSession)Creates a org.jivesoftware.jingleaudio.jmf.AudioMediaSession with defined payload type, remote and local candidates. -
Uses of PayloadType in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex that return types with arguments of type PayloadType Modifier and Type Method Description List<PayloadType>SpeexMediaManager. getPayloads()Return all supported Payloads for this Manager.Methods in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex with parameters of type PayloadType Modifier and Type Method Description JingleMediaSessionSpeexMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new jingleMediaSession.Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex with parameters of type PayloadType Constructor Description AudioMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, String locator, JingleSession jingleSession)Creates a org.jivesoftware.jingleaudio.jspeex.AudioMediaSession with defined payload type, remote and local candidates. -
Uses of PayloadType in org.jivesoftware.smackx.jingleold.mediaimpl.multi
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.multi that return PayloadType Modifier and Type Method Description PayloadTypeMultiMediaManager. getPreferredPayloadType()Methods in org.jivesoftware.smackx.jingleold.mediaimpl.multi that return types with arguments of type PayloadType Modifier and Type Method Description List<PayloadType>MultiMediaManager. getPayloads()Return all supported Payloads for this Manager.Methods in org.jivesoftware.smackx.jingleold.mediaimpl.multi with parameters of type PayloadType Modifier and Type Method Description JingleMediaSessionMultiMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new JingleMediaSession.voidMultiMediaManager. setPreferredPayloadType(PayloadType preferredPayloadType) -
Uses of PayloadType in org.jivesoftware.smackx.jingleold.mediaimpl.sshare
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.sshare that return PayloadType Modifier and Type Method Description PayloadTypeScreenShareMediaManager. getPreferredPayloadType()Methods in org.jivesoftware.smackx.jingleold.mediaimpl.sshare that return types with arguments of type PayloadType Modifier and Type Method Description List<PayloadType>ScreenShareMediaManager. getPayloads()Return all supported Payloads for this Manager.Methods in org.jivesoftware.smackx.jingleold.mediaimpl.sshare with parameters of type PayloadType Modifier and Type Method Description JingleMediaSessionScreenShareMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new JingleMediaSession.Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.sshare with parameters of type PayloadType Constructor Description ScreenShareSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, String locator, JingleSession jingleSession)Creates a org.jivesoftware.jingleaudio.jmf.AudioMediaSession with defined payload type, remote and local candidates. -
Uses of PayloadType in org.jivesoftware.smackx.jingleold.mediaimpl.test
Methods in org.jivesoftware.smackx.jingleold.mediaimpl.test that return PayloadType Modifier and Type Method Description PayloadTypeTestMediaManager. getPreferredPayloadType()Methods in org.jivesoftware.smackx.jingleold.mediaimpl.test that return types with arguments of type PayloadType Modifier and Type Method Description List<PayloadType>TestMediaManager. getPayloads()Return all supported Payloads for this Manager.Methods in org.jivesoftware.smackx.jingleold.mediaimpl.test with parameters of type PayloadType Modifier and Type Method Description JingleMediaSessionTestMediaManager. createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)Returns a new JingleMediaSession.voidTestMediaManager. setPreferredPayloadType(PayloadType preferredPayloadType)Method parameters in org.jivesoftware.smackx.jingleold.mediaimpl.test with type arguments of type PayloadType Modifier and Type Method Description voidTestMediaManager. setPayloads(List<PayloadType> payloads)Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.test with parameters of type PayloadType Constructor Description TestMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, String locator, JingleSession jingleSession)Creates a TestMediaSession with defined payload type, remote and local candidates. -
Uses of PayloadType in org.jivesoftware.smackx.jingleold.nat
Methods in org.jivesoftware.smackx.jingleold.nat with parameters of type PayloadType Modifier and Type Method Description voidBridgedTransportManager. sessionEstablished(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession)voidFixedTransportManager. sessionEstablished(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession)voidICETransportManager. sessionEstablished(PayloadType pt, TransportCandidate rc, TransportCandidate lc, JingleSession jingleSession) -
Uses of PayloadType in org.jivesoftware.smackx.jingleold.packet
Methods in org.jivesoftware.smackx.jingleold.packet that return PayloadType Modifier and Type Method Description PayloadTypeJingleContentDescription.JinglePayloadType. getPayloadType()Get the payload represented.Methods in org.jivesoftware.smackx.jingleold.packet that return types with arguments of type PayloadType Modifier and Type Method Description List<PayloadType>JingleDescription. getAudioPayloadTypesList()Return the list of Payload types contained in the description.Iterator<PayloadType>JingleDescription. getPayloadTypes()Returns an Iterator for the audio payloads in the packet.List<PayloadType>JingleDescription. getPayloadTypesList()Returns a list for the audio payloads in the packet.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type PayloadType Modifier and Type Method Description voidJingleDescription. addPayloadType(PayloadType pt)Adds a audio payload type to the packet.voidJingleContentDescription.JinglePayloadType. setPayload(PayloadType payload)Set the payload represented.Method parameters in org.jivesoftware.smackx.jingleold.packet with type arguments of type PayloadType Modifier and Type Method Description voidJingleDescription. addAudioPayloadTypes(List<PayloadType> pts)Adds a list of payloads to the packet.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type PayloadType Constructor Description Audio(PayloadType pt)Utility constructor, with a PayloadType.JinglePayloadType(PayloadType payload)Create a payload type. -
Uses of PayloadType in org.jivesoftware.smackx.jingleold.provider
Methods in org.jivesoftware.smackx.jingleold.provider that return PayloadType Modifier and Type Method Description PayloadTypeJingleDescriptionProvider.Audio. parsePayload(XmlPullParser parser)Parse an audio payload type.protected PayloadTypeJingleDescriptionProvider. parsePayload(XmlPullParser parser)Parse a iq/jingle/description/payload-type element.
-