VideoWriter class

Inheritance
Available extensions

Constructors

VideoWriter.empty()
factory
VideoWriter.fromPointer(VideoWriterPtr ptr)
factory
VideoWriter.open(String filename, String codec, double fps, (int, int) frameSize, {bool isColor = true})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isOpened bool
no setter
props List<Object?>
no setterinherited
ptr Pointer<VideoWriter>
getter/setter pairinherited
ref → VideoWriter
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(String filename, String codec, double fps, (int, int) frameSize, {bool isColor = true}) → void
release() → void
toString() String
A string representation of this object.
inherited
write(InputArray image) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

finalizer NativeFinalizer
final

Static Methods

fourcc(String cc) int