Struct FourCC
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
4-character code of codec used to compress the frames.
[SuppressMessage("Design", "CA1051: Do not declare visible instance fields")]
public readonly struct FourCC : IEquatable<FourCC>
- Implements
- Inherited Members
Constructors
- FourCC(int)
Constructor
Fields
- Value
int value
Methods
- Equals(FourCC)
Indicates whether the current object is equal to another object of the same type.
- Equals(object?)
Indicates whether this instance and a specified object are equal.
- FromFourChars(char, char, char, char)
Create from four characters
- FromInt32(int)
cast from int
- FromString(string)
Create from string (length == 4)
- GetHashCode()
Returns the hash code for this instance.
- ToInt32()
cast to int
Operators
- implicit operator int(FourCC)
implicit cast to int
- implicit operator FourCC(int)
implicit cast from int