blob: efdafc349a74ccb969672b84788acdb3b6d1b749 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.media;
/**
* Type enums of video codec type.
*
* {@hide}
*/
public @interface TranscodingVideoCodecType {
public static final int kUnspecified = 0;
public static final int kAvc = 1;
public static final int kHevc = 2;
}