ltmmAnalogVideoDecoder.HorizontalLocked Property
object.HorizontalLocked As Boolean |
Remarks
(Read only) This property is updated automatically with a value that indicates whether the horizontal sync is locked. Possible values are:
Value |
Meaning |
FALSE |
Horizontal sync is not locked. |
TRUE |
Horizontal sync is locked. |
Horizontal sync is a mechanism used to determine where the beginning of the new scan line is.
For more detailed information, refer to the Microsoft documentation for IAMAnalogVideoDecoder::get_HorizontalLocked at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directshow/htm/iamanalogvideodecoderget_horizontallocked.asp.
See Also