Gets/sets the BPS (bytes per second) value used by some compressors.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Property BytesPerSecond As Integer
public int BytesPerSecond { get; set; }
This value is ignored by most compressors. It is used by those compressors which are based on MPEG algorithm (e.g. DivXPro5, XvidMpeg4, etc).
You should set this value before you open the writer object. You cannot change it when the writer is already opened!