Class StdVideoAV1GlobalMotion

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoAV1GlobalMotion extends Struct<StdVideoAV1GlobalMotion> implements NativeResource
struct StdVideoAV1GlobalMotion {
    uint8_t GmType[STD_VIDEO_AV1_NUM_REF_FRAMES];
    int32_t gm_params[STD_VIDEO_AV1_GLOBAL_MOTION_PARAMS];
}