VideoCaptureDeviceFormatBitCount Property |
Bits per Pixel.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int BitCount { get; set; }
Public Property BitCount As Integer
Get
Set
public:
property int BitCount {
int get ();
void set (int value);
}
member BitCount : int with get, set
Property Value
Type:
Int32
See Also