SuggestedBufferSize

AviHeader.SuggestedBufferSize property

Gets the suggested buffer size for reading the file. Generally, this size should be large enough to contain the largest chunk in the file. If set to zero, or if it is too small, the playback software will have to reallocate memory during playback, which will reduce performance. For an interleaved file, the buffer size should be large enough to read an entire record, and not just a chunk.

public int SuggestedBufferSize { get; }

Property Value

The suggested buffer size for reading the file.

See Also