currentImageSize
What is the width and height of currently playing video (for stereo, the width and height of each eye)? This is optional because the video may not currently be playing, or the size is otherwise not available.
Declaration
@MainActor @preconcurrency var currentImageSize: CGSize? { get }