blob: 4a635733cf58c16edde88f341a648642df548b5b [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.tv.tuner;
/** @hide */
public @interface DvrType {
public static final byte RECORD = 0;
public static final byte PLAYBACK = 1;
}