TVideoGrabber.VideoCompression_DataRate

Prev

Next

TVideoGrabber

Properties

 




































































































Specifies the data rate that should be used for video compression.


Declaration
property VideoCompression_DataRate: LongInt read GetVideoCompression_DataRate write SetVideoCompression_DataRate default DEF_VideoCompression_DataRate;


__property int VideoCompression_DataRate==GetVideoCompression_DataRate, write=SetVideoCompression_DataRate, default=-1;

Description

Used to Specify the data rate that should be used for video compression.
If the value specified is -1, the the default data rate of the codec will be used.

Use the OnVideoCompressionSettings event to know the default value for the current codec (see the Software compression by using codecs chapter for more explanations).