org.mmbase.applications.media
Class Codec

java.lang.Object
  extended byorg.mmbase.applications.media.Codec

public final class Codec
extends Object

Makes the 'Format' constants available.

Since:
MMBase-1.7
Version:
$Id: Codec.java,v 1.3 2005/01/30 16:46:36 nico Exp $
Author:
Michiel Meeuwissen

Field Summary
static Codec DIV3
           
static Codec DIV4
           
static Codec DIVX
           
static Codec G2
           
static Codec MP1
           
static Codec MP2
           
static Codec MP3
           
static Codec MP4
           
static String RESOURCE
           
static Codec UNKNOWN
           
static Codec VORBIS
           
 
Method Summary
 boolean equals(Object o)
           
static Codec get(int i)
           
static Codec get(String id)
           
 String getGUIIndicator(Locale locale)
           
 int hashCode()
           
 int toInt()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

public static final String RESOURCE
See Also:
Constant Field Values

UNKNOWN

public static final Codec UNKNOWN

VORBIS

public static final Codec VORBIS

G2

public static final Codec G2

DIV3

public static final Codec DIV3

DIV4

public static final Codec DIV4

DIVX

public static final Codec DIVX

MP1

public static final Codec MP1

MP2

public static final Codec MP2

MP3

public static final Codec MP3

MP4

public static final Codec MP4
Method Detail

toInt

public int toInt()

toString

public String toString()

get

public static Codec get(int i)

get

public static Codec get(String id)

getGUIIndicator

public String getGUIIndicator(Locale locale)

equals

public boolean equals(Object o)

hashCode

public int hashCode()
See Also:
Object.hashCode()


MMBase build 1.8.1.20060716