setVideoSurfaceSize method

void setVideoSurfaceSize(
  1. int width,
  2. int height
)

Implementation

void setVideoSurfaceSize(int width, int height) =>
    _player.ref.setVideoSurfaceSize.asFunction<
            void Function(Pointer<mdkPlayer>, int, int, Pointer<Void>)>()(
        _player.ref.object, width, height, Pointer.fromAddress(0));