javax.media.protocol
Class FileTypeDescriptor

java.lang.Object
  extended by javax.media.Format
      extended by javax.media.protocol.ContentDescriptor
          extended by javax.media.protocol.FileTypeDescriptor
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class FileTypeDescriptor
extends ContentDescriptor

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson
See Also:
Serialized Form

Field Summary
static java.lang.String AIFF
           
static java.lang.String BASIC_AUDIO
           
static java.lang.String GSM
           
static java.lang.String MIDI
           
static java.lang.String MPEG
           
static java.lang.String MPEG_AUDIO
           
static java.lang.String MSVIDEO
           
static java.lang.String QUICKTIME
           
static java.lang.String RMF
           
static java.lang.String VIVO
           
static java.lang.String WAVE
           
 
Fields inherited from class javax.media.protocol.ContentDescriptor
CONTENT_UNKNOWN, MIXED, RAW, RAW_RTP
 
Fields inherited from class javax.media.Format
byteArray, clz, dataType, encoding, FALSE, formatArray, intArray, NOT_SPECIFIED, shortArray, TRUE
 
Constructor Summary
FileTypeDescriptor(java.lang.String cdName)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class javax.media.protocol.ContentDescriptor
getContentType, mimeTypeToPackageName
 
Methods inherited from class javax.media.Format
clone, copy, equals, getDataType, getEncoding, intersects, isSameEncoding, isSameEncoding, matches, relax
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

QUICKTIME

public static final java.lang.String QUICKTIME
See Also:
Constant Field Values

MSVIDEO

public static final java.lang.String MSVIDEO
See Also:
Constant Field Values

MPEG

public static final java.lang.String MPEG
See Also:
Constant Field Values

VIVO

public static final java.lang.String VIVO
See Also:
Constant Field Values

BASIC_AUDIO

public static final java.lang.String BASIC_AUDIO
See Also:
Constant Field Values

WAVE

public static final java.lang.String WAVE
See Also:
Constant Field Values

AIFF

public static final java.lang.String AIFF
See Also:
Constant Field Values

MIDI

public static final java.lang.String MIDI
See Also:
Constant Field Values

RMF

public static final java.lang.String RMF
See Also:
Constant Field Values

GSM

public static final java.lang.String GSM
See Also:
Constant Field Values

MPEG_AUDIO

public static final java.lang.String MPEG_AUDIO
See Also:
Constant Field Values
Constructor Detail

FileTypeDescriptor

public FileTypeDescriptor(java.lang.String cdName)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ContentDescriptor