blob: 21a543ea74098943ae34110c5f47935ba8f2a72d [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.media.audio.common;
/** @hide */
public @interface AudioFormatType {
public static final byte DEFAULT = 0;
public static final byte NON_PCM = 0;
public static final byte PCM = 1;
public static final byte SYS_RESERVED_INVALID = -1;
}