Click or drag to resize

VideoWriterFourCC Method

Overload List
  NameDescription
Public methodStatic memberFourCC(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.
Public methodStatic memberFourCC(Char, Char, Char, Char)
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.
Top
See Also