javax.sdp
Interface Info

All Superinterfaces:
Cloneable, Field, Serializable
All Known Implementing Classes:
InformationField

public interface Info
extends Field

An Info represents the i= fields contained within either a MediaDescription or a SessionDescription. Please refer to IETF RFC 2327 for a description of SDP.

Version:
1.0
Author:
deruelle

Method Summary
 String getValue()
          Returns the value.
 void setValue(String value)
          Set the value.
 
Methods inherited from interface javax.sdp.Field
clone, getTypeChar
 

Method Detail

getValue

String getValue()
                throws SdpParseException
Returns the value.

Throws:
SdpParseException

setValue

void setValue(String value)
              throws SdpException
Set the value.

Throws:
SdpException


Copyright © 2012. All Rights Reserved.