BASS.NET API for the Un4seen BASS Audio LibraryBASSDSHOWDVPType EnumerationBASS.NET API for the Un4seen BASS Audio Library
Channel DVP type used with a DVPPROC.

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

public enum BASSDSHOWDVPType
Members

  Member nameValueDescription
BASS_DSHOW_TYPE_RGB241 RGB24. Rgb24 is a sRGB format with 24 bits per pixel (BPP). Each color channel (red, green, and blue) is allocated 8 bits per pixel (BPP).
BASS_DSHOW_TYPE_RGB322 RGB32. Rgb32 is a sRGB format with 32 bits per pixel (BPP). Each color channel (red, green, and blue) is allocated 8 bits per pixel (BPP).
BASS_DSHOW_TYPE_YUYV3 YUYV.
BASS_DSHOW_TYPE_IYUV4 IYUV.
BASS_DSHOW_TYPE_YVU95 YVU9.
BASS_DSHOW_TYPE_YV126 YV12.
BASS_DSHOW_TYPE_NV127 NV12.
BASS_DSHOW_TYPE_UYVY8 UYVY,
See Also

Reference