Table of Contents

Enum ExternalPlaybackVideoGravity

Namespace
RenderHeads.Media.AVProVideo
Assembly
AVProVideo.Runtime.dll

Video gravity to use with external playback.

public enum ExternalPlaybackVideoGravity

Fields

Resize = 0

Resizes the video to fit the display, may cause stretching.

ResizeAspect = 1

Resizes the video whilst preserving the video's aspect ratio to fit the display bounds.

ResizeAspectFill = 2

Resizes the video whilst preserving aspect to fill the display bounds.