DVRgb219
property
Delphi
property DVRgb219: Boolean read GetDVRgb219 write SetDVRgb219 default DEF_DVRgb219;
C++Builder
__property bool DVRgb219 = {read=GetDVRgb219, write=SetDVRgb219, default=0};
C#
public bool DVRgb219 { get; set; }
VB.NET
Public Property DVRgb219 As Boolean
C++/Qt
BOOL GetDVRgb219 ();
void SetDVRgb219 (BOOL Value);
Used to disable the color range stretching of DV video streams going through the DV decoder. The DV video format has a dynamic range of 16-235. By default, when the DV Video Decoder decodes to 24-bit or 32-bit RGB, it does so by stretching the color range to 0-255. In RGB-219 mode, the decoder does not stretch the color range. This property can be used only if the current video capture device source is DV (IsDigitalVideoIn returns true).