FourCCCalcuratorRun Method (String)
|
4つの文字からFOURCCの整数値を得る
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static int Run(
string fourcc
)
Public Shared Function Run (
fourcc As String
) As Integer
public:
static int Run(
String^ fourcc
)
static member Run :
fourcc : string -> int
OpenCvSharp.FourCCCalcurator.Run = function(fourcc);
Parameters
- fourcc
- Type: SystemString
Return Value
Type:
Int32
See Also