Dim no As NativeObject = VideoPlayer1
Dim controller As NativeObject = no.GetField("controller")
Dim bounds() As Float = controller.ArrayFromRect(controller.RunMethod("videoBounds", Null))
Log(bounds(0)) 'left
Log(bounds(1)) 'top
Log(bounds(2)) 'width
Log(bounds(3)) 'height