org.iso.mpeg.mpegj.net
Class QualifierTag

java.lang.Object
  |
  +--org.iso.mpeg.mpegj.net.QualifierTag

public class QualifierTag
extends java.lang.Object

This class contains all the constants that may be used to describe a Qualifier metric (see the DMIF specification).


Field Summary
static byte AVG_AU_SIZE
           
static byte AVG_DELAY
           
static byte LOSS_PROB
           
static byte MAX_AU_RATE
           
static byte MAX_AU_SIZE
           
static byte MAX_DELAY
           
static byte MAX_GAP_LOSS
           
static byte PRIORITY
           
 
Constructor Summary
QualifierTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIORITY

public static final byte PRIORITY

MAX_DELAY

public static final byte MAX_DELAY

AVG_DELAY

public static final byte AVG_DELAY

LOSS_PROB

public static final byte LOSS_PROB

MAX_GAP_LOSS

public static final byte MAX_GAP_LOSS

MAX_AU_SIZE

public static final byte MAX_AU_SIZE

MAX_AU_RATE

public static final byte MAX_AU_RATE

AVG_AU_SIZE

public static final byte AVG_AU_SIZE
Constructor Detail

QualifierTag

public QualifierTag()