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

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

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

Enumerates the possible layers for MPEG audio.


Field Summary
static MpegAudioFormat.Layer (src) LAYERI
          MPEG Audio Layer I
static MpegAudioFormat.Layer (src) LAYERII
          MPEG Audio Layer II
static MpegAudioFormat.Layer (src) LAYERIII
          MPEG Audio Layer III
 
Method Summary
 java.lang.String toString()
          Returns a string description of this MPEG layer indentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LAYERI

public static final MpegAudioFormat.Layer (src)  LAYERI
MPEG Audio Layer I


LAYERII

public static final MpegAudioFormat.Layer (src)  LAYERII
MPEG Audio Layer II


LAYERIII

public static final MpegAudioFormat.Layer (src)  LAYERIII
MPEG Audio Layer III

Method Detail

toString

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

Returns:
a string description of this MPEG layer indentifier