Please expose it on the BaseVRCVideoPlayer.
Unity video player has width/height properties and the AVPro one has GetVideoWidth() and GetVideoHeight() methods according to the documentation.
I need this information to do auto-scaling of my material objects for varying aspect ratios of videos (eg. https://www.youtube.com/watch?v=ENcnYh79dUY)