Class StdVideoEncodeH265WeightTableFlags

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoEncodeH265WeightTableFlags extends Struct<StdVideoEncodeH265WeightTableFlags> implements NativeResource
struct StdVideoEncodeH265WeightTableFlags {
    uint16_t luma_weight_l0_flag;
    uint16_t chroma_weight_l0_flag;
    uint16_t luma_weight_l1_flag;
    uint16_t chroma_weight_l1_flag;
}