Click or drag to resize

FourCC Structure

4-character code of codec used to compress the frames.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public readonly struct FourCC : IEquatable<FourCC>

The FourCC type exposes the following members.

Constructors
  NameDescription
Public methodFourCC
Constructor
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(FourCC)
Indicates whether the current object is equal to another object of the same type.
Public methodStatic memberFromFourChars
Create from four characters
Public methodStatic memberFromInt32
cast from int
Public methodStatic memberFromString
Create from string (length == 4)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToInt32
cast to int
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
Fields
See Also