blob: 2cc4024a3372b824b7ab0ad91474fe3ed05dc5e0 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.tv.tuner;
/** @hide */
public @interface DemuxAlpFilterType {
public static final int UNDEFINED = 0;
public static final int SECTION = 1;
public static final int PTP = 2;
public static final int PAYLOAD_THROUGH = 3;
}