javax.media.rtp.rtcp
Class SourceDescription

java.lang.Object
  extended by javax.media.rtp.rtcp.SourceDescription
All Implemented Interfaces:
java.io.Serializable

public class SourceDescription
extends java.lang.Object
implements java.io.Serializable

Standard JMF class -- see this class in the JMF Javadoc. Coding complete.

Author:
Ken Larson
See Also:
Serialized Form

Field Summary
static int SOURCE_DESC_CNAME
           
static int SOURCE_DESC_EMAIL
           
static int SOURCE_DESC_LOC
           
static int SOURCE_DESC_NAME
           
static int SOURCE_DESC_NOTE
           
static int SOURCE_DESC_PHONE
           
static int SOURCE_DESC_PRIV
           
static int SOURCE_DESC_TOOL
           
 
Constructor Summary
SourceDescription(int type, java.lang.String description, int frequency, boolean encrypted)
           
 
Method Summary
static java.lang.String generateCNAME()
           
 java.lang.String getDescription()
           
 boolean getEncrypted()
           
 int getFrequency()
           
 int getType()
           
 void setDescription(java.lang.String desc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_DESC_CNAME

public static final int SOURCE_DESC_CNAME
See Also:
Constant Field Values

SOURCE_DESC_NAME

public static final int SOURCE_DESC_NAME
See Also:
Constant Field Values

SOURCE_DESC_EMAIL

public static final int SOURCE_DESC_EMAIL
See Also:
Constant Field Values

SOURCE_DESC_PHONE

public static final int SOURCE_DESC_PHONE
See Also:
Constant Field Values

SOURCE_DESC_LOC

public static final int SOURCE_DESC_LOC
See Also:
Constant Field Values

SOURCE_DESC_TOOL

public static final int SOURCE_DESC_TOOL
See Also:
Constant Field Values

SOURCE_DESC_NOTE

public static final int SOURCE_DESC_NOTE
See Also:
Constant Field Values

SOURCE_DESC_PRIV

public static final int SOURCE_DESC_PRIV
See Also:
Constant Field Values
Constructor Detail

SourceDescription

public SourceDescription(int type,
                         java.lang.String description,
                         int frequency,
                         boolean encrypted)
Method Detail

getType

public int getType()

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String desc)

getFrequency

public int getFrequency()

getEncrypted

public boolean getEncrypted()

generateCNAME

public static java.lang.String generateCNAME()