ltmmAnalogVideoDecoder.VCRHorizontalLocking Property

Visual Basic Example

Syntax

object.VCRHorizontalLocking As Boolean

Remarks

Gets or sets a value that indicates if the decoder Also known as a decompressor Also known as a decoder, this is a module or algorithm to decompress data., this is a module or algorithm to decompress data. is expecting video from a tape source or a broadcast source. Possible values are:

Value

Meaning

FALSE

The decoder is expecting video from a broadcast source.

TRUE

The decoder is expecting video from a tape source.

The timing accuracy of synchronization pulses is typically poorer from a tape source than from a broadcast source. Setting the value to TRUE tells the decoder to relax its standards, which provides a better chance of maintaining sync.

For more detailed information, refer to the Microsoft documentation for IAMAnalogVideoDecoder::get_VCRHorizontalLocking at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directshow/htm/iamanalogvideodecoderget_vcrhorizontallocking.asp.

See Also

Elements:

ltmmAnalogVideoDecoder object, ltmmAnalogVideoDecoder.AvailableTVFormats Property, ltmmAnalogVideoDecoder.TVFormat Property, ltmmAnalogVideoDecoder.HorizontalLocked Property, ltmmAnalogVideoDecoder.NumberOfLines Property, ltmmAnalogVideoDecoder.OutputEnable Property

Topics:

Multimedia Properties, Methods and Events