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

VideoBoxDisplayMode Enumeration

Specifies the underlying display technology mode for the VideoBox control.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

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