|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PayloadType | |
|---|---|
| org.jivesoftware.smackx.jingle | |
| org.jivesoftware.smackx.jingle.media | |
| org.jivesoftware.smackx.jingle.nat | |
| org.jivesoftware.smackx.packet | XML packets that are part of the XMPP extension protocols. |
| Uses of PayloadType in org.jivesoftware.smackx.jingle |
|---|
| Methods in org.jivesoftware.smackx.jingle with parameters of type PayloadType | |
|---|---|
void |
JingleManager.sessionEstablished(PayloadType pt,
TransportCandidate rc,
TransportCandidate lc,
JingleSession jingleSession)
|
| Uses of PayloadType in org.jivesoftware.smackx.jingle.media |
|---|
| Subclasses of PayloadType in org.jivesoftware.smackx.jingle.media | |
|---|---|
static class |
PayloadType.Audio
Audio payload type. |
| Methods in org.jivesoftware.smackx.jingle.media that return PayloadType | |
|---|---|
PayloadType |
MediaNegotiator.getBestCommonAudioPt()
Get the best common codec between both parts. |
| Constructors in org.jivesoftware.smackx.jingle.media with parameters of type PayloadType | |
|---|---|
PayloadType.Audio(PayloadType pt)
Copy constructor |
|
PayloadType(PayloadType pt)
Copy constructor |
|
| Constructor parameters in org.jivesoftware.smackx.jingle.media with type arguments of type PayloadType | |
|---|---|
MediaNegotiator(JingleSession session,
JingleMediaManager mediaManager,
java.util.List<PayloadType> pts,
ContentNegotiator parentNegotiator)
Default constructor. |
|
| Uses of PayloadType in org.jivesoftware.smackx.jingle.nat |
|---|
| Methods in org.jivesoftware.smackx.jingle.nat with parameters of type PayloadType | |
|---|---|
void |
ICETransportManager.sessionEstablished(PayloadType pt,
TransportCandidate rc,
TransportCandidate lc,
JingleSession jingleSession)
|
| Uses of PayloadType in org.jivesoftware.smackx.packet |
|---|
| Methods in org.jivesoftware.smackx.packet that return types with arguments of type PayloadType | |
|---|---|
java.util.List<PayloadType> |
JingleDescription.getAudioPayloadTypesList()
Return the list of Payload types contained in the description. |
java.util.Iterator<PayloadType> |
JingleDescription.getPayloadTypes()
Returns an Iterator for the audio payloads in the packet. |
java.util.List<PayloadType> |
JingleDescription.getPayloadTypesList()
Returns a list for the audio payloads in the packet. |
| Methods in org.jivesoftware.smackx.packet with parameters of type PayloadType | |
|---|---|
void |
JingleDescription.addPayloadType(PayloadType pt)
Adds a audio payload type to the packet. |
| Method parameters in org.jivesoftware.smackx.packet with type arguments of type PayloadType | |
|---|---|
void |
JingleDescription.addAudioPayloadTypes(java.util.List<PayloadType> pts)
Adds a list of payloads to the packet. |
| Constructors in org.jivesoftware.smackx.packet with parameters of type PayloadType | |
|---|---|
JingleDescription.Audio(PayloadType pt)
Utility constructor, with a PayloadType |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||