| javax.sdp.Version
Version | public interface Version extends Field(Code) | | A Version field represents the v= fields contained within the SessionDescription.
Please refer to IETF RFC 2327 for a description of SDP.
author: deruelle version: 1.0 |
Method Summary | |
public int | getVersion() Returns the version number. | public void | setVersion(int value) Sets the version. |
setVersion | public void setVersion(int value) throws SdpException(Code) | | Sets the version.
Parameters: value - the - new version value. throws: SdpException - if the value is <=0 |
|
|