VideoCaptureFourCC Property
|
Gets or sets 4-character code of codec
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_FourCC();
function set_FourCC(value);
Property Value
Type:
String
See Also