http://www.emgu.com
Sets a property in the VideoWriter.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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