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 |
---|---|
Time |
TimeDescriptionImpl.getTime()
Returns the Time field.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeDescriptionImpl.setTime(Time timeField)
Sets the Time field.
|
Modifier and Type | Method and Description |
---|---|
Time |
SdpFactory.createTime()
Returns an unbounded Time specification (i.e., "t=0 0").
|
Time |
SdpFactory.createTime(Date start,
Date stop)
Returns a Time specification with the specified start and stop times.
|
Time |
TimeDescription.getTime()
Returns the Time field.
|
Modifier and Type | Method and Description |
---|---|
TimeDescription |
SdpFactory.createTimeDescription(Time t)
Returns TimeDescription object with the specified properties.
|
void |
TimeDescription.setTime(Time t)
Sets the Time field.
|
Copyright © 2016. All Rights Reserved.