AVPlayer.ExternalPlaybackVideoGravity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The technique used to modify the video playback aspect ratio during external playback.
public Nullable<AVFoundation.AVLayerVideoGravity> ExternalPlaybackVideoGravity { get; set; }
member this.ExternalPlaybackVideoGravity : Nullable<AVFoundation.AVLayerVideoGravity> with get, set