Property VLDSCompression.TVLDSVideoCompressionItem.WindowSize
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDSVideoCompressionItem
Contents |
Syntax
Delphi:
property WindowSize : Int64 read FWindowSize write SetWindowSize default 10;
C++ Builder:
__property __int64 WindowSize = { read=FWindowSize, write=SetWindowSize, default=10 };
Summary
Desired window size, expressed as a number of frames.
Description
Use this property to specify the desired window size,
expressed as a number of frames.
For example, assuming a data rate of 100K/sec and a frame rate of 10 frames per second, if the window size is 1, then every frame will be 10K or less. If the window size is 5, then every five consecutive frames will average 10K per frame, but individual frames may exceed this size.
The default window size is 1.