/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * java mavlink generator tool. It should not be modified by hand. */ package com.MAVLink.enums; /** * */ public class GOPRO_RESOLUTION { public static final int GOPRO_RESOLUTION_480p = 0; /* 848 x 480 (480p) | */ public static final int GOPRO_RESOLUTION_720p = 1; /* 1280 x 720 (720p) | */ public static final int GOPRO_RESOLUTION_960p = 2; /* 1280 x 960 (960p) | */ public static final int GOPRO_RESOLUTION_1080p = 3; /* 1920 x 1080 (1080p) | */ public static final int GOPRO_RESOLUTION_1440p = 4; /* 1920 x 1440 (1440p) | */ public static final int GOPRO_RESOLUTION_2_7k_17_9 = 5; /* 2704 x 1440 (2.7k-17:9) | */ public static final int GOPRO_RESOLUTION_2_7k_16_9 = 6; /* 2704 x 1524 (2.7k-16:9) | */ public static final int GOPRO_RESOLUTION_2_7k_4_3 = 7; /* 2704 x 2028 (2.7k-4:3) | */ public static final int GOPRO_RESOLUTION_4k_16_9 = 8; /* 3840 x 2160 (4k-16:9) | */ public static final int GOPRO_RESOLUTION_4k_17_9 = 9; /* 4096 x 2160 (4k-17:9) | */ public static final int GOPRO_RESOLUTION_720p_SUPERVIEW = 10; /* 1280 x 720 (720p-SuperView) | */ public static final int GOPRO_RESOLUTION_1080p_SUPERVIEW = 11; /* 1920 x 1080 (1080p-SuperView) | */ public static final int GOPRO_RESOLUTION_2_7k_SUPERVIEW = 12; /* 2704 x 1520 (2.7k-SuperView) | */ public static final int GOPRO_RESOLUTION_4k_SUPERVIEW = 13; /* 3840 x 2160 (4k-SuperView) | */ public static final int GOPRO_RESOLUTION_ENUM_END = 14; /* | */ }