GPlayer icon indicating copy to clipboard operation
GPlayer copied to clipboard

Return Video Width and Height

Open Matheus-Dev opened this issue 6 years ago • 1 comments

Hello, it would be possible to implement a method that returns the height and width of the video, because video in 4K, resolution of 3840 × 2160 pixels, the smartphone closes the application. So I can check if it will support the video before the crash happens. Thank you very much.

Matheus-Dev avatar Apr 18 '19 23:04 Matheus-Dev

yes,you can add you logic to ’gplayer.dart/_onGetPlayerData‘ and find 'onVideoSizeChanged'

tcking avatar Jun 28 '19 03:06 tcking