FaceTracker.GetSupportedBitmapPixelFormats Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of the bitmap pixels formats supported by the FaceTracker on the current device.
public:
static IVectorView<BitmapPixelFormat> ^ GetSupportedBitmapPixelFormats();
static IVectorView<BitmapPixelFormat> GetSupportedBitmapPixelFormats();
public static IReadOnlyList<BitmapPixelFormat> GetSupportedBitmapPixelFormats();
function getSupportedBitmapPixelFormats()
Public Shared Function GetSupportedBitmapPixelFormats () As IReadOnlyList(Of BitmapPixelFormat)
Returns
A list of the bitmap pixels formats supported by the FaceTracker on the current device.