Class VideoRendererSettingsX
Video renderer settings.
Inherited Members
Namespace: VisioForge.Core.Types.X
Assembly: VisioForge.Core.dll
Syntax
public class VideoRendererSettingsX
Properties
DisableVideoConverter
Gets or sets a value indicating whether video converter is disabled.
Declaration
public bool DisableVideoConverter { get; set; }
Property Value
Type | Description |
---|---|
bool |
Letterbox
Gets or sets a value indicating whether letterbox mode is enabled.
Declaration
public bool Letterbox { get; set; }
Property Value
Type | Description |
---|---|
bool |