Table of Contents

Class GLVideoRendererSettings

Namespace
VisioForge.Core.Types.X.OpenGL
Assembly
VisioForge.Core.dll

Class GLVideoRendererSettings.

public class GLVideoRendererSettings

Inheritance

Inherited Members

Properties

ForceAspectRatio

Gets or sets a value indicating whether scaling will respect original aspect ratio.

public bool ForceAspectRatio { get; set; }

Property Value

bool

IgnoreAlpha

Gets or sets a value indicating whether alpha will be ignored and converted to black.

public bool IgnoreAlpha { get; set; }

Property Value

bool

PixelAspectRatio

Gets or sets the pixel aspect ratio of the device.

public Tuple<int, int> PixelAspectRatio { get; set; }

Property Value

Tuple<int, int>

Rotation

Gets or sets the rotate method.

public GLVideoRendererRotateMethod Rotation { get; set; }

Property Value

GLVideoRendererRotateMethod