Class GLVideoRendererSettings
- Namespace
- VisioForge.Core.Types.X.OpenGL
- Assembly
- VisioForge.Core.dll
Class GLVideoRendererSettings.
public class GLVideoRendererSettingsInheritance
Inherited Members
Properties
ForceAspectRatio
Gets or sets a value indicating whether scaling will respect original aspect ratio.
public bool ForceAspectRatio { get; set; }Property Value
IgnoreAlpha
Gets or sets a value indicating whether alpha will be ignored and converted to black.
public bool IgnoreAlpha { get; set; }Property Value
PixelAspectRatio
Gets or sets the pixel aspect ratio of the device.
public Tuple<int, int> PixelAspectRatio { get; set; }Property Value
Rotation
Gets or sets the rotate method.
public GLVideoRendererRotateMethod Rotation { get; set; }