TIEDirectShow.SetVCRHorizontalLocking
Declaration
procedure SetVCRHorizontalLocking(Value: Boolean);
Description
When False, assumes input from broadcast source (better synchronization pulses). When True, it tells the decoder to use its standards (typically used from a tape source).
Example
// Set VCR horizontal locking
ImageEnView1.IO.DShowParams.SetVCRHorizontalLocking();