Enum VideoRendererStretchMode
Video renderer stretch mode.
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public enum VideoRendererStretchMode
Fields
| Name | Description |
|---|---|
| Letterbox | Adds bars to save original aspect ratio. |
| LetterboxToFill | Stretches video without bars, saving aspect ratio. Only for WPF. |
| Stretch | Stretches video ignoring aspect ratio. |