| Package | Description |
|---|---|
| gov.nist.javax.sdp |
Preliminary
implementation of the javax.sdp package (JSR 141 see JSR 141 )
|
| gov.nist.javax.sdp.fields |
Classes for SDP Fields.
|
| javax.sdp |
This is a preliminary version of the javax.sdp package based on the
public review version
JSR 141 .
|
| Modifier and Type | Method and Description |
|---|---|
Media |
MediaDescriptionImpl.getMedia()
Return the Media field of the description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaDescriptionImpl.setMedia(Media media)
Set the Media field of the description.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaField
Media field SDP header.
|
| Modifier and Type | Method and Description |
|---|---|
Media |
SdpFactory.createMedia(String media,
int port,
int numPorts,
String transport,
Vector staticRtpAvpTypes)
Returns Media object with the specified properties.
|
Media |
MediaDescription.getMedia()
Return the Media field of the description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaDescription.setMedia(Media media)
Set the Media field of the description.
|
Copyright © 2014. All Rights Reserved.