@Deprecated public class SdpTemplate extends Object
| Constructor and Description |
|---|
SdpTemplate(org.mobicents.media.server.io.sdp.format.RTPFormats audio,
org.mobicents.media.server.io.sdp.format.RTPFormats video)
Deprecated.
|
SdpTemplate(SessionDescription sessionDescription)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
build()
Deprecated.
|
protected String |
getApplicationProfile()
Deprecated.
|
protected String |
getExtendedApplicationAttributes()
Deprecated.
Intended for subclasses of SdpTemplate
|
protected String |
getExtendedAudioAttributes()
Deprecated.
Intended for subclasses of SdpTemplate
|
protected String |
getExtendedVideoAttributes()
Deprecated.
Intended for subclasses of SdpTemplate
|
protected String |
getMediaProfile()
Deprecated.
|
org.mobicents.media.server.io.sdp.format.RTPFormats |
getNegotiatedApplicationFormats()
Deprecated.
|
org.mobicents.media.server.io.sdp.format.RTPFormats |
getNegotiatedAudioFormats()
Deprecated.
|
org.mobicents.media.server.io.sdp.format.RTPFormats |
getNegotiatedVideoFormats()
Deprecated.
|
String |
getSDP(String bindAddress,
String netwType,
String addressType,
String address,
int audioPort,
int videoPort)
Deprecated.
|
boolean |
isApplicationSupported()
Deprecated.
|
boolean |
isAudioSupported()
Deprecated.
|
boolean |
isVideoSupported()
Deprecated.
|
void |
setAddressType(String addressType)
Deprecated.
|
void |
setApplicationPort(int applicationPort)
Deprecated.
|
void |
setBindAddress(String bindAddress)
Deprecated.
|
void |
setCname(String cname)
Deprecated.
|
void |
setConnectionAddress(String connectionAddress)
Deprecated.
|
void |
setConnectionMode(String connectionMode)
Deprecated.
|
void |
setNetworkType(String networkType)
Deprecated.
|
void |
setRtcpAudioPort(int port)
Deprecated.
|
void |
setRtpAudioPort(int port)
Deprecated.
|
void |
setSsrc(long ssrc)
Deprecated.
|
void |
setSupportedApplicationFormats(org.mobicents.media.server.io.sdp.format.RTPFormats formats)
Deprecated.
|
void |
setSupportedAudioFormats(org.mobicents.media.server.io.sdp.format.RTPFormats supported)
Deprecated.
|
void |
setSupportedVideoFormats(org.mobicents.media.server.io.sdp.format.RTPFormats supportedVideoFormats)
Deprecated.
|
void |
setVideoPort(int videoPort)
Deprecated.
|
public SdpTemplate(SessionDescription sessionDescription)
@Deprecated public SdpTemplate(org.mobicents.media.server.io.sdp.format.RTPFormats audio, org.mobicents.media.server.io.sdp.format.RTPFormats video)
public String build()
protected String getMediaProfile()
protected String getApplicationProfile()
public void setBindAddress(String bindAddress)
public void setConnectionAddress(String connectionAddress)
public void setNetworkType(String networkType)
public void setAddressType(String addressType)
public void setConnectionMode(String connectionMode)
public void setSsrc(long ssrc)
public void setCname(String cname)
public void setSupportedAudioFormats(org.mobicents.media.server.io.sdp.format.RTPFormats supported)
public void setSupportedApplicationFormats(org.mobicents.media.server.io.sdp.format.RTPFormats formats)
public void setSupportedVideoFormats(org.mobicents.media.server.io.sdp.format.RTPFormats supportedVideoFormats)
public org.mobicents.media.server.io.sdp.format.RTPFormats getNegotiatedAudioFormats()
public org.mobicents.media.server.io.sdp.format.RTPFormats getNegotiatedVideoFormats()
public org.mobicents.media.server.io.sdp.format.RTPFormats getNegotiatedApplicationFormats()
public boolean isAudioSupported()
public boolean isApplicationSupported()
public boolean isVideoSupported()
public void setRtpAudioPort(int port)
public void setRtcpAudioPort(int port)
public void setVideoPort(int videoPort)
public void setApplicationPort(int applicationPort)
protected String getExtendedAudioAttributes()
protected String getExtendedVideoAttributes()
protected String getExtendedApplicationAttributes()
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.