openh264_sys2/generated/
consts.rs

1/* automatically generated by rust-bindgen 0.71.1 */
2
3pub const __bool_true_false_are_defined: u32 = 1;
4pub const false_: u32 = 0;
5pub const true_: u32 = 1;
6pub const FRAME_NUM_PARAM_SET: i32 = -1;
7pub const FRAME_NUM_IDR: u32 = 0;
8pub const DEBLOCKING_OFFSET: u32 = 6;
9pub const DEBLOCKING_OFFSET_MINUS: i32 = -6;
10pub const MAX_TEMPORAL_LAYER_NUM: u32 = 4;
11pub const MAX_SPATIAL_LAYER_NUM: u32 = 4;
12pub const MAX_QUALITY_LAYER_NUM: u32 = 4;
13pub const MAX_LAYER_NUM_OF_FRAME: u32 = 128;
14pub const MAX_NAL_UNITS_IN_LAYER: u32 = 128;
15pub const MAX_RTP_PAYLOAD_LEN: u32 = 1000;
16pub const AVERAGE_RTP_PAYLOAD_LEN: u32 = 800;
17pub const SAVED_NALUNIT_NUM_TMP: u32 = 21;
18pub const MAX_SLICES_NUM_TMP: u32 = 35;
19pub const AUTO_REF_PIC_COUNT: i32 = -1;
20pub const UNSPECIFIED_BIT_RATE: u32 = 0;
21unsafe extern "C" {
22    #[doc = " @brief In a GOP, multiple of the key frame number, derived from\n        the number of layers(index or array below)"]
23    pub static kiKeyNumMultiple: [::std::os::raw::c_char; 6usize];
24}