| VideoWriterFourCC Method (String) |
Concatenates 4 chars to a fourcc code.
This static method constructs the fourcc code of the codec to be used in
the constructor VideoWriter::VideoWriter or VideoWriter::open.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static int FourCC(
string code
)
Public Shared Function FourCC (
code As String
) As Integer
public:
static int FourCC(
String^ code
)
static member FourCC :
code : string -> int
Parameters
- code
- Type: SystemString
[Missing <param name="code"/> documentation for "M:OpenCvSharp.VideoWriter.FourCC(System.String)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.VideoWriter.FourCC(System.String)"]
See Also