Method Set
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Set(VideoWriterProperties, double)
Sets a property in the VideoWriter.
public bool Set(VideoWriterProperties propId, double value)
Parameters
propIdVideoWriterPropertiesProperty identifier from cv::VideoWriterProperties (eg. cv::VIDEOWRITER_PROP_QUALITY) or one of @ref videoio_flags_others
valuedoubleValue of the property.
Returns
- bool
trueif the property is supported by the backend used by the VideoWriter instance.