Package net.sf.fmj.ui.wizards

Source Code of net.sf.fmj.ui.wizards.RTPTransmitWizardConfig

package net.sf.fmj.ui.wizards;

import javax.media.protocol.ContentDescriptor;


/**
* Configuration of RTP transmit wizard.  Data-only.  Suitable for storage externally, like in XML.
* @author Ken Larson
*
*/
public class RTPTransmitWizardConfig extends ProcessorWizardConfig
{

  public RTPTransmitWizardConfig()
  {
    contentDescriptor = new ContentDescriptor(ContentDescriptor.RAW_RTP);
  }
}
TOP

Related Classes of net.sf.fmj.ui.wizards.RTPTransmitWizardConfig

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.