Exemple #1
0
 public bool AssertProperty(MmalBufferProperties property) => ((int)Flags & (int)property) == (int)property;
Exemple #2
0
 public static bool HasFlag(this uint value, MmalBufferProperties flag) => ((int)value & (int)flag) == (int)flag;