This property sets the bitrate in bits per second.

[Visual Basic] Public Property BitRate As Integer
[C#] public int BitRate {get; set;}

Property Value

An integer representing the bitrate (in bit per second)

Explanation

The BitRate property sets the bitrate in bits per second. When saving in compressed formats, a larger bitrate will mean a higher quality image. A smaller bitrate will mean a lower quality image. The BitRate property is enabled when the Format property is Asf.

This property is refreshed after executing the Open or ShowPenDialog methods. If the BitRate property is set prior to executing the SetStreamFormat, that value will be used.

See Also

Record Members | Newtone.ImageKit.Wpf.WebCamera.Record

 

The ImageKit WPF is created by Newtone Corporation