All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.jaad.aac.tools.MSMask Maven / Gradle / Ivy

There is a newer version: 0.2.5
Show newest version
package net.sourceforge.jaad.aac.tools;

/**
 * This class is part of JAAD ( jaadec.sourceforge.net ) that is distributed
 * under the Public Domain license. Code changes provided by the JCodec project
 * are distributed under FreeBSD license.
 * 
 * The MSMask indicates, if MS is applied to a specific ICStream.
 * 
 * @author in-somnia
 */
public enum MSMask {
    TYPE_ALL_0, TYPE_USED, TYPE_ALL_1, TYPE_RESERVED;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy