Click or drag to resize

VideoWriterGet Method

Returns the specified VideoWriter property

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double Get(
	VideoWriterProperties propId
)

Parameters

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

Return Value

Type: 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.
See Also