Class StdVideoEncodeH264ReferenceListsInfoFlags

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoEncodeH264ReferenceListsInfoFlags extends Struct<StdVideoEncodeH264ReferenceListsInfoFlags> implements NativeResource

 struct StdVideoEncodeH264ReferenceListsInfoFlags {
     uint32_t ref_pic_list_modification_l0_flag : 1;
     uint32_t ref_pic_list_modification_l1_flag : 1;
     uint32_t reserved : 30;
 }