Used with BASS_DSHOW_ChannelOverlayBMP(Int32, BASS_DSHOW_VIDEOBITMAP) to overlay a HDC to the video window.
Inheritance Hierarchy
Un4seen.Bass.AddOn.DShowBASS_DSHOW_VIDEOBITMAP
Namespace: Un4seen.Bass.AddOn.DShow
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax
The BASS_DSHOW_VIDEOBITMAP type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_DSHOW_VIDEOBITMAP |
Default constructor.
|
Fields
| Name | Description | |
|---|---|---|
| alphavalue |
The blend value of the overlay(0...1.0).
| |
| bmp |
A valid HDC (e.g. as retuned by 'Bitmap.GetHbitmap()').
| |
| inBottom |
The bottom position of the HDC.
| |
| inLeft |
The left position of the HDC.
| |
| inRight |
The right position of the HDC.
| |
| inTop |
The top position of the HDC.
| |
| outBottom |
The output bottom destination(0...1.0).
| |
| outLeft |
The output left destination(0...1.0).
| |
| outRight |
The output right destination(0...1.0).
| |
| outTop |
The output top destination(0...1.0).
| |
| transColor |
A RGB value that indicates wich color will not be blend over video.
| |
| visible |
The overlay bitmap is visible or not?
|
See Also