Table of Contents

Method Set

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Set(VideoWriterProperties, double)

Sets a property in the VideoWriter.

public bool Set(VideoWriterProperties propId, double value)

Parameters

propId VideoWriterProperties

Property identifier from cv::VideoWriterProperties (eg. cv::VIDEOWRITER_PROP_QUALITY) or one of @ref videoio_flags_others

value double

Value of the property.

Returns

bool

true if the property is supported by the backend used by the VideoWriter instance.