BASS.NET API for the Un4seen BASS Audio LibraryBASSDSHOWDVDMenu EnumerationBASS.NET API for the Un4seen BASS Audio Library

Namespace: Un4seen.Bass.AddOn.DShow
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax

public enum BASSDSHOWDVDMenu
Members

  Member nameValueDescription
BASS_DSHOW_DVDSelectAtPos21 Select MENU from Point.

value1 parameter should be the x coordonate.

value2 parameter should be the y coordonate.

BASS_DSHOW_DVDActionAtPos22 Activate Button from Point.

value1 parameter should be the x coordonate.

value2 parameter should be the y coordonate.

BASS_DSHOW_DVDActivateButton23 Handle a enter key down event.

value1 parameter is ignored (should be 0).

value2 parameter is ignored (should be 0).

BASS_DSHOW_DVDSelectButton24 Handle arrow key events.

value1: 0=VK_LEFT, -1=VK_RIGHT, -2=VK_UP, -3=VK_DOWN.

value2 parameter is ignored (should be 0).

See Also

Reference