setHWND method

void setHWND(
  1. int hwnd
)

Implementation

void setHWND(int hwnd) {
  PlayerFFI.setHWND(id, hwnd);
}