You are here: Start » AVL.NET » VideoBoxDisplayMode Enumeration

VideoBoxDisplayMode Enumeration

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Specifies the underlying display technology mode for the VideoBox control.

Members

Member nameDescription
AutoControl will attempt to start in DirectX mode when the technology is available on the local system.
DirectXControl will use DirectX to display its content with hardware acceleration.
GDIControl will use GDI to display its content.

Remarks

See also