Enum ExternalPlaybackVideoGravity
- Namespace
- RenderHeads.Media.AVProVideo
- Assembly
- AVProVideo.Runtime.dll
Video gravity to use with external playback.
public enum ExternalPlaybackVideoGravity
Fields
Resize = 0Resizes the video to fit the display, may cause stretching.
ResizeAspect = 1Resizes the video whilst preserving the video's aspect ratio to fit the display bounds.
ResizeAspectFill = 2Resizes the video whilst preserving aspect to fill the display bounds.