VideoWriterIsOpened Property |
http://www.emgu.com
Returns true if video writer has been successfully initialized.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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