org.jboss.media.format.audio.mpeg
Class MpegAudioFormat.Version

java.lang.Object
  extended byorg.jboss.media.format.audio.mpeg.MpegAudioFormat.Version
Enclosing class:
MpegAudioFormat (src)

public static class MpegAudioFormat.Version
extends java.lang.Object

Enumeration of possible versions for MPEG Audio


Field Summary
static MpegAudioFormat.Version (src) MPEG1
          MPEG Version 1(ISO/IEC 11172-3)
static MpegAudioFormat.Version (src) MPEG2
          MPEG Version 2(ISO/IEC 13818-3)
static MpegAudioFormat.Version (src) MPEG25
          MPEG Version 2.5 (recent extension to MPEG 2)
 
Method Summary
 java.lang.String toString()
          Returns a string description of this MPEG version indentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MPEG1

public static final MpegAudioFormat.Version (src)  MPEG1
MPEG Version 1(ISO/IEC 11172-3)


MPEG2

public static final MpegAudioFormat.Version (src)  MPEG2
MPEG Version 2(ISO/IEC 13818-3)


MPEG25

public static final MpegAudioFormat.Version (src)  MPEG25
MPEG Version 2.5 (recent extension to MPEG 2)

Method Detail

toString

public java.lang.String toString()
Returns a string description of this MPEG version indentifier

Returns:
a string description of this MPEG version indentifier