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