@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
8 lines (6 loc) • 316 B
TypeScript
type VIDEO_STREAM_ENCODING = 0 | 1 | 2;
declare const VIDEO_STREAM_ENCODING_UNKNOWN: 0;
declare const VIDEO_STREAM_ENCODING_H264: 1;
declare const VIDEO_STREAM_ENCODING_H265: 2;
export { VIDEO_STREAM_ENCODING_H264, VIDEO_STREAM_ENCODING_H265, VIDEO_STREAM_ENCODING_UNKNOWN };
export type { VIDEO_STREAM_ENCODING };