Class StdVideoEncodeH264WeightTableFlags

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoEncodeH264WeightTableFlags extends Struct<StdVideoEncodeH264WeightTableFlags> implements NativeResource

 struct StdVideoEncodeH264WeightTableFlags {
     uint32_t luma_weight_l0_flag;
     uint32_t chroma_weight_l0_flag;
     uint32_t luma_weight_l1_flag;
     uint32_t chroma_weight_l1_flag;
 }