blob: c76a171cabe092ced480a6682a4f8f5db405d6c0 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.tv.tuner;
/** @hide */
public @interface DemuxAlpLengthType {
public static final byte UNDEFINED = 0;
public static final byte WITHOUT_ADDITIONAL_HEADER = 1;
public static final byte WITH_ADDITIONAL_HEADER = 2;
}