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

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

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

Enumerates the possible Channel Modes in MPEG Audio


Field Summary
static MpegAudioFormat.ChannelMode (src) DUAL_CHANNEL
           
static MpegAudioFormat.ChannelMode (src) JOINT_STEREO
           
static MpegAudioFormat.ChannelMode (src) SINGLE_CHANNEL
           
static MpegAudioFormat.ChannelMode (src) STEREO
           
 
Method Summary
 java.lang.String toString()
          Returns a string description of this channel mode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STEREO

public static final MpegAudioFormat.ChannelMode (src)  STEREO

JOINT_STEREO

public static final MpegAudioFormat.ChannelMode (src)  JOINT_STEREO

DUAL_CHANNEL

public static final MpegAudioFormat.ChannelMode (src)  DUAL_CHANNEL

SINGLE_CHANNEL

public static final MpegAudioFormat.ChannelMode (src)  SINGLE_CHANNEL
Method Detail

toString

public java.lang.String toString()
Returns a string description of this channel mode

Returns:
a string description of this channel mode