You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Apple side, MediaSubType is a struct with a FourCharCode (UInt32) member. On the dotnet side it's a uint, but I can't see any constants available to compare to a known value (e.g. MediaSubType.pixelFormat_422YpCbCr8)