blob: dc5524faa5547e3cf342549d0caf9fbe01924580 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.tv.tuner;
/** @hide */
public @interface FrontendIsdbsStreamIdType {
public static final int STREAM_ID = 0;
public static final int RELATIVE_STREAM_NUMBER = 1;
public static final int UNDEFINED = 2;
}