Class StdVideoAV1LoopRestoration

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoAV1LoopRestoration extends Struct<StdVideoAV1LoopRestoration> implements NativeResource

 struct StdVideoAV1LoopRestoration {
     StdVideoAV1FrameRestorationType FrameRestorationType[STD_VIDEO_AV1_MAX_NUM_PLANES];
     uint16_t LoopRestorationSize[STD_VIDEO_AV1_MAX_NUM_PLANES];
 }