http://www.emgu.com
Sets a property in the VideoWriter.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic bool Set(
VideoWriterWriterProperty prop,
double value
)
Public Function Set (
prop As VideoWriterWriterProperty,
value As Double
) As Boolean
public:
bool Set(
VideoWriterWriterProperty prop,
double value
)
member Set :
prop : VideoWriterWriterProperty *
value : float -> bool
Parameters
- prop
- Type: Emgu.CVVideoWriterWriterProperty
Property identifier - value
- Type: SystemDouble
Value of the property.
Return Value
Type:
BooleanThe value of the specific property
See Also