Table of Contents

Method Get

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Get(VideoWriterProperties)

Returns the specified VideoWriter property

public double Get(VideoWriterProperties propId)

Parameters

propId VideoWriterProperties

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

Returns

double

Value for the specified property. Value 0 is returned when querying a property that is not supported by the backend used by the VideoWriter instance.