Class StdVideoVP9ColorConfig

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoVP9ColorConfig extends Struct<StdVideoVP9ColorConfig> implements NativeResource
struct StdVideoVP9ColorConfig {
    StdVideoVP9ColorConfigFlags flags;
    uint8_t BitDepth;
    uint8_t subsampling_x;
    uint8_t subsampling_y;
    uint8_t reserved1;
    StdVideoVP9ColorSpace color_space;
}