org.mobicents.media.server
Class SdpTemplate

java.lang.Object
  extended by org.mobicents.media.server.SdpTemplate

public class SdpTemplate
extends Object

Author:
kulikov

Constructor Summary
SdpTemplate(RTPFormats audio, RTPFormats video)
           
 
Method Summary
 String getSDP(String bindAddress, String netwType, String addressType, String address, int audioPort, int videoPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SdpTemplate

public SdpTemplate(RTPFormats audio,
                   RTPFormats video)
Method Detail

getSDP

public String getSDP(String bindAddress,
                     String netwType,
                     String addressType,
                     String address,
                     int audioPort,
                     int videoPort)


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.