VideoWriterIsOpened Property |
http://www.emgu.com
Returns true if video writer has been successfully initialized.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic bool IsOpened { get; }
Public ReadOnly Property IsOpened As Boolean
Get
public:
property bool IsOpened {
bool get ();
}
member IsOpened : bool with get
Property Value
Type:
Boolean
See Also