BASS.NET API for the Un4seen BASS Audio LibraryBASS_DSHOW_VIDEOBITMAP ClassBASS.NET API for the Un4seen BASS Audio Library
Used with BASS_DSHOW_ChannelOverlayBMP(Int32, BASS_DSHOW_VIDEOBITMAP) to overlay a HDC to the video window.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.DShowBASS_DSHOW_VIDEOBITMAP

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

[SerializableAttribute]
public sealed class BASS_DSHOW_VIDEOBITMAP

The BASS_DSHOW_VIDEOBITMAP type exposes the following members.

Constructors

  NameDescription
Public methodBASS_DSHOW_VIDEOBITMAP
Default constructor.
Top
Fields

  NameDescription
Public fieldalphavalue
The blend value of the overlay(0...1.0).
Public fieldbmp
A valid HDC (e.g. as retuned by 'Bitmap.GetHbitmap()').
Public fieldinBottom
The bottom position of the HDC.
Public fieldinLeft
The left position of the HDC.
Public fieldinRight
The right position of the HDC.
Public fieldinTop
The top position of the HDC.
Public fieldoutBottom
The output bottom destination(0...1.0).
Public fieldoutLeft
The output left destination(0...1.0).
Public fieldoutRight
The output right destination(0...1.0).
Public fieldoutTop
The output top destination(0...1.0).
Public fieldtransColor
A RGB value that indicates wich color will not be blend over video.
Public fieldvisible
The overlay bitmap is visible or not?
Top
See Also

Reference