Enum ExternalPlaybackVideoGravity
Video gravity to use with external playback.
Namespace: RenderHeads.Media.AVProVideo
Assembly: cs.temp.dll.dll
Syntax
public enum ExternalPlaybackVideoGravity
Fields
| Name | Description |
|---|---|
| Resize | Resizes the video to fit the display, may cause stretching. |
| ResizeAspect | Resizes the video whilst preserving the video's aspect ratio to fit the display bounds. |
| ResizeAspectFill | Resizes the video whilst preserving aspect to fill the display bounds. |