ビデオイメージのビットマップの1ピクセルあたりのビット数を取得します。
[Visual Basic]
Public ReadOnly Property BitCount As Integer
[C#]
public int BitCount {get;}

プロパティ値

ビデオイメージのビットマップの1ピクセルあたりのビット数。

解説

Preview.GetStreamFormats, Record.GetStreamFormats メソッドを実行すると値が設定されます。

参照

VideoStreamInformation メンバ | Newtone.ImageKit.WPF.WebCamera