|
AVIWriter Constructor (String)
|
Initializes a new instance of the
AVIWriter class.
Namespace:
Accord.Video.VFW
Assembly:
Accord.Video.VFW (in Accord.Video.VFW.dll) Version: 3.8.0
Syntax public AVIWriter(
string codec
)
Public Sub New (
codec As String
)
Request Example
View SourceParameters
- codec
- Type: SystemString
Codec to use for compression.
Remarks Initializes Video for Windows library.
See Also