closeWindow method

void closeWindow()

Closes the video output window of the Player.

Implementation

void closeWindow() {
  LWM.bindings.PlayerCloseWindow(
    id,
  );
}