Class StdVideoDecodeH264ReferenceInfoFlags

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoDecodeH264ReferenceInfoFlags extends Struct<StdVideoDecodeH264ReferenceInfoFlags> implements NativeResource

 struct StdVideoDecodeH264ReferenceInfoFlags {
     uint32_t top_field_flag : 1;
     uint32_t bottom_field_flag : 1;
     uint32_t used_for_long_term_reference : 1;
     uint32_t is_non_existing : 1;
 }