|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Version
A Version field represents the v= fields contained within the SessionDescription. Please refer to IETF RFC 2327 for a description of SDP.
Method Summary | |
---|---|
int |
getVersion()
Returns the version number. |
void |
setVersion(int value)
Sets the version. |
Methods inherited from interface javax.sdp.Field |
---|
clone, getTypeChar |
Method Detail |
---|
int getVersion() throws SdpParseException
SdpParseException
void setVersion(int value) throws SdpException
value
- the - new version value.
SdpException
- if the value is <=0
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |