Click or drag to resize
Accord.NET (logo)

FileVideoSourceReferenceClockEnabled Property

Enables/disables reference clock on the graph.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public bool ReferenceClockEnabled { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

Disabling reference clocks causes DirectShow graph to run as fast as it can process data. When enabled, it will process frames according to presentation time of a video file.

Note Note
The property should be set before calling Start method of the class to have effect.

Default value of this property is set to true.

See Also