Click or drag to resize

VideoWriterSet Method

http://www.emgu.com
Sets a property in the VideoWriter.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public bool Set(
	VideoWriterWriterProperty prop,
	double value
)

Parameters

prop
Type: Emgu.CVVideoWriterWriterProperty
Property identifier
value
Type: SystemDouble
Value of the property.

Return Value

Type: Boolean
The value of the specific property
See Also