| Package | Description |
|---|---|
| org.jivesoftware.smackx.jingleold.media | |
| org.jivesoftware.smackx.jingleold.packet |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaNegotiator.addRemoteAudioPayloadType(PayloadType.Audio pt)
Adds a payload type to the list of remote payloads.
|
| Constructor and Description |
|---|
Audio(PayloadType.Audio pt)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<PayloadType.Audio> |
JingleContentDescription.getAudioPayloadTypesList()
Return the list of Payload types contained in the description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JingleContentDescription.addAudioPayloadTypes(List<PayloadType.Audio> pts)
Adds a list of payloads to the packet.
|
| Constructor and Description |
|---|
Audio(PayloadType.Audio audio) |