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