Package | Description |
---|---|
android.gov.nist.javax.sdp |
Preliminary
implementation of the android.javax.sdp package (JSR 141 see JSR 141 )
|
android.gov.nist.javax.sdp.fields |
Classes for SDP Fields.
|
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 |
---|---|
String |
MediaDescriptionImpl.getAttribute(String name)
Returns the value of the specified attribute.
|
String |
SessionDescriptionImpl.getAttribute(String name)
Returns the value of the specified attribute.
|
int |
MediaDescriptionImpl.getBandwidth(String name)
Returns the integer value of the specified bandwidth name.
|
int |
SessionDescriptionImpl.getBandwidth(String name)
Returns the integer value of the specified bandwidth name.
|
Vector |
SessionDescriptionImpl.getEmails(boolean create)
Returns an email address to contact for further information about the
session.
|
Modifier and Type | Method and Description |
---|---|
int |
RepeatField.getActiveDuration()
Returns the "active duration" in seconds.
|
String |
OriginField.getAddress()
Returns the type of the network for this Connection.
|
String |
ConnectionField.getAddress()
Returns the type of the network for this Connection.
|
String |
OriginField.getAddressType()
Returns the type of the address for this Connection.
|
String |
ConnectionField.getAddressType()
Returns the type of the address for this Connection.
|
String |
KeyField.getKey()
Returns the value of this attribute.
|
Vector |
MediaField.getMediaFormats(boolean create)
Returns an Vector of the media formats supported by this description.
|
int |
MediaField.getMediaPort()
Returns the port of the media defined by this description
|
String |
MediaField.getMediaType()
Returns the type (audio,video etc) of the
media defined by this description.
|
String |
KeyField.getMethod()
Returns the name of this attribute
|
String |
AttributeField.getName()
Returns the name of this attribute
|
String |
OriginField.getNetworkType()
Returns the type of the network for this Connection
|
String |
ConnectionField.getNetworkType()
Returns the type of the network for this Connection.
|
int[] |
RepeatField.getOffsetArray()
Returns the list of offsets.
|
int |
MediaField.getPortCount()
Returns the number of ports associated with this media description
|
Vector |
PreconditionFields.getPreconditionCurr(String status)
Get the attribute fields with the name "curr"
for current precondition.
|
Vector |
PreconditionFields.getPreconditionDes(String status)
Get the attribute fields with the name "des"
for desired precondition
|
String |
MediaField.getProtocol()
Returns the protocol over which this media should be transmitted.
|
int |
RepeatField.getRepeatInterval()
Returns the "repeat interval" in seconds.
|
long |
OriginField.getSessionId()
Returns the unique identity of the session.
|
long |
OriginField.getSessionVersion()
Returns the unique version of the session.
|
Date |
TimeField.getStart()
Returns the start time of the conference/session.
|
Date |
TimeField.getStop()
Returns the stop time of the session
|
String |
BandwidthField.getType()
Returns the bandwidth type.
|
boolean |
RepeatField.getTypedTime()
Returns whether the field will be output as a typed time or a integer value.
|
String |
OriginField.getUsername()
Returns the name of the session originator.
|
String |
EmailField.getValue()
Returns the value.
|
String |
PhoneField.getValue()
Returns the value.
|
String |
InformationField.getValue()
Returns the value.
|
String |
SessionNameField.getValue()
Returns the value.
|
String |
AttributeField.getValue()
Returns the value of this attribute.
|
int |
BandwidthField.getValue()
Returns the bandwidth value measured in kilobits per second.
|
int |
ProtoVersionField.getVersion()
Returns the version number.
|
Hashtable |
ZoneField.getZoneAdjustments(boolean create)
Returns a Hashtable of adjustment times, where:
key = Date.
|
boolean |
KeyField.hasKey()
Determines if this attribute has an associated value.
|
boolean |
AttributeField.hasValue()
Determines if this attribute has an associated value.
|
Modifier and Type | Method and Description |
---|---|
SessionDescription |
SdpFactory.createSessionDescription(String s)
Creates a SessionDescription populated with the information contained
within the string parameter.
|
URL |
URI.get()
Returns the value.
|
int |
RepeatTime.getActiveDuration()
Returns the "active duration" in seconds.
|
String |
Origin.getAddress()
Returns the type of the network for this Connection.
|
String |
Connection.getAddress()
Returns the type of the network for this Connection.
|
String |
Origin.getAddressType()
Returns the type of the address for this Connection.
|
String |
Connection.getAddressType()
Returns the type of the address for this Connection.
|
String |
SessionDescription.getAttribute(String name)
Returns the value of the specified attribute.
|
String |
MediaDescription.getAttribute(String name)
Returns the value of the specified attribute.
|
int |
SessionDescription.getBandwidth(String name)
Returns the integer value of the specified bandwidth name.
|
int |
MediaDescription.getBandwidth(String name)
Returns the integer value of the specified bandwidth name.
|
Vector |
SessionDescription.getEmails(boolean create)
Returns an email address to contact for further information about the session.
|
String |
Key.getKey()
Returns the value of this attribute.
|
Vector |
Media.getMediaFormats(boolean create)
Returns an Vector of the media formats supported by this description.
|
int |
Media.getMediaPort()
Returns the port of the media defined by this description
|
String |
Media.getMediaType()
Returns the type (audio,video etc) of the media defined by this description.
|
String |
Key.getMethod()
Returns the name of this attribute
|
String |
Attribute.getName()
Returns the name of this attribute
|
String |
Origin.getNetworkType()
Returns the type of the network for this Connection
|
String |
Connection.getNetworkType()
Returns the type of the network for this Connection.
|
static long |
SdpFactory.getNtpTime(Date d)
Returns a long containing the NTP value for a given Java Date.
|
int[] |
RepeatTime.getOffsetArray()
Returns the list of offsets.
|
int |
Media.getPortCount()
Returns the number of ports associated with this media description
|
String |
Media.getProtocol()
Returns the protocol over which this media should be transmitted.
|
int |
RepeatTime.getRepeatInterval()
Returns the "repeat interval" in seconds.
|
long |
Origin.getSessionId()
Returns the unique identity of the session.
|
long |
Origin.getSessionVersion()
Returns the unique version of the session.
|
Date |
Time.getStart()
Returns the start time of the conference/session.
|
Date |
Time.getStop()
Returns the stop time of the session
|
Time |
TimeDescription.getTime()
Returns the Time field.
|
String |
BandWidth.getType()
Returns the bandwidth type.
|
boolean |
RepeatTime.getTypedTime()
Returns whether the field will be output as a typed time or a integer value.
|
String |
Origin.getUsername()
Returns the name of the session originator.
|
String |
Attribute.getValue()
Returns the value of this attribute.
|
String |
Phone.getValue()
Returns the value.
|
String |
EMail.getValue()
Returns the value.
|
String |
Info.getValue()
Returns the value.
|
int |
BandWidth.getValue()
Returns the bandwidth value measured in kilobits per second.
|
String |
SessionName.getValue()
Returns the value.
|
int |
Version.getVersion()
Returns the version number.
|
Hashtable |
TimeZoneAdjustment.getZoneAdjustments(boolean create)
Returns a Hashtable of adjustment times, where:
key = Date.
|
boolean |
Key.hasKey()
Determines if this attribute has an associated value.
|
boolean |
Attribute.hasValue()
Determines if this attribute has an associated value.
|
static void |
SdpFactory.main(String[] args) |
Copyright © 2018. All Rights Reserved.