public final class SdpPair extends Object implements Externalizable
Constructor and Description |
---|
SdpPair()
Constructor for externalizable lite.
|
SdpPair(String originalSdp, String modifiedSdp)
Instantiates a SDP sdp pair.
|
Modifier and Type | Method and Description |
---|---|
String |
getModifiedSdp()
Gets the modified SDP.
|
String |
getOriginalSdp()
Gets the original SDP.
|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public String getOriginalSdp()
public String getModifiedSdp()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException