VideoSizeCallback typedef

VideoSizeCallback = void Function(int uid, int width, int height, int rotation)

Implementation

typedef VideoSizeCallback = void Function(
    int uid, int width, int height, int rotation);