Prevent video freezing after screen saver and workstation lock or not.
Namespace:
AForge.Video.DirectShowAssembly: AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public bool PreventFreezing { get; set; } |
Remarks
The value specifies if the class should prevent video freezing during and after screen saver or workstation lock. To prevent freezing the DirectShow graph should not contain Renderer filter, which is added by Render() method of graph. However, in some cases it may be required to call Render() method of graph, since it may add some more filters, which may be required for playing video. So, the property is a trade off - it is possible to prevent video freezing skipping adding renderer filter or it is possible to keep renderer filter, but video may freeze during screen saver.


Default value of this property is set to false.