| VideoCaptureFourCC Property |
Gets or sets 4-character code of codec
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public string FourCC { get; set; }
Public Property FourCC As String
Get
Set
public:
property String^ FourCC {
String^ get ();
void set (String^ value);
}
member FourCC : string with get, set
Property Value
Type:
StringSee Also