showWindow method

void showWindow(
  1. String windowTitle
)

Shows the video output window of the Player.

Implementation

void showWindow(String windowTitle) {
  LWM.bindings.PlayerShowWindow(
    id,
    windowTitle.toNativeUtf8(),
  );
}