This documentation is for the old version. Go to the latest Graphics Mill docs

AviWriter.BytesPerSecond Property

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)

Syntax

Visual Basic
Public Property BytesPerSecond As Integer
C#
public int BytesPerSecond { get; set; }

Property Value

An integer value which specifies the amount of bytes per second.

Remarks

This value is ignored by most compressors. It is used by those compressors which are based on MPEG algorithm (e.g. DivXPro5, XvidMpeg4, etc).

Note

You should set this value before you open the writer object. You cannot change it when the writer is already opened!

See Also

Reference