Click or drag to resize

VideoWriterGet Method

http://www.emgu.com
Returns the specified VideoWriter property.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public double Get(
	VideoWriterWriterProperty prop
)

Parameters

prop
Type: Emgu.CVVideoWriterWriterProperty
Property identifier.

Return Value

Type: Double
The value of the specific property
See Also