get method

double get(
  1. int propId
)

Returns the specified VideoWriter property.

propId Property identifier from cv::VideoWriterProperties (eg. cv::VIDEOWRITER_PROP_QUALITY) or one of Additional flags for video I/O API backends

Returns 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.

Implementation

double get(int propId) => cvideoio.cv_VideoWriter_get(ref, propId);