Skip to content

TOnVideoCompressionSettings

type

TOnVideoCompressionSettings = procedure (Sender: TObject; CanKeyFrameRate: LongBool; CanPFramesPerKeyFrame: LongBool; CanQuality: LongBool; CanWindowSize: LongBool; CanSpecifyDataRate: LongBool; DefaultFrameRate: LongInt; DefaultPFramesPerKey: LongInt; DefaultQuality: Double; DefaultWindowSize: LongInt; DefaultDataRate: LongInt) of object;

Type of the OnVideoCompressionSettings event.

See "General video compression properties" in the Software compression using codecs chapter for more information about this event.