Playing a Video on mac and win32

Before you replied, I answered my own question using this value for containerView:

auto rect = Director::getInstance()->getSafeAreaRect();
auto containerView = [[NSView alloc] initWithFrame: NSMakeRect(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height)];

1 Like