Package | Description |
---|---|
android.gov.nist.javax.sdp |
Preliminary
implementation of the android.javax.sdp package (JSR 141 see JSR 141 )
|
android.javax.sdp |
This is a preliminary version of the android.javax.sdp package based on the
public review version
JSR 141 .
|
Modifier and Type | Method and Description |
---|---|
void |
SdpEncoderImpl.output(SessionDescription sd,
OutputStream out)
Write the specified SessionDescription to the output stream using the current
settings.
|
Constructor and Description |
---|
SessionDescriptionImpl(SessionDescription otherSessionDescription)
Copy constructor, creates a deep copy of another SessionDescription.
|
Modifier and Type | Method and Description |
---|---|
SessionDescription |
SdpFactory.createSessionDescription()
Creates a new, empty SessionDescription.
|
SessionDescription |
SdpFactory.createSessionDescription(SessionDescription otherSessionDescription)
Creates a new SessionDescription, deep copy of another
SessionDescription.
|
SessionDescription |
SdpFactory.createSessionDescription(String s)
Creates a SessionDescription populated with the information contained
within the string parameter.
|
Modifier and Type | Method and Description |
---|---|
SessionDescription |
SdpFactory.createSessionDescription(SessionDescription otherSessionDescription)
Creates a new SessionDescription, deep copy of another
SessionDescription.
|
void |
SdpEncoder.output(SessionDescription sd,
OutputStream out)
Write the specified SessionDescription to the output stream using the current
settings.
|
Copyright © 2018. All Rights Reserved.