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