| VideoWriterGet Method |
Returns the specified VideoWriter property
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double Get(
VideoWriterProperties propId
)
Public Function Get (
propId As VideoWriterProperties
) As Double
public:
double Get(
VideoWriterProperties propId
)
member Get :
propId : VideoWriterProperties -> float
Parameters
- propId
- Type: OpenCvSharpVideoWriterProperties
Property identifier from cv::VideoWriterProperties (eg. cv::VIDEOWRITER_PROP_QUALITY) or one of @ref videoio_flags_others
Return Value
Type:
DoubleValue 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