Path: blob/master/samples/winrt/ImageManipulations/Constants.cpp
16337 views
//*********************************************************1//2// Copyright (c) Microsoft. All rights reserved.3// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF4// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY5// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR6// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.7//8//*********************************************************910#include "pch.h"11#include "MainPage.xaml.h"12#include "Constants.h"1314using namespace SDKSample;1516Platform::Array<Scenario>^ MainPage::scenariosInner = ref new Platform::Array<Scenario>17{18// The format here is the following:19// { "Description for the sample", "Fully quaified name for the class that implements the scenario" }20{ "Enumerate cameras and add a video effect", "SDKSample.MediaCapture.AdvancedCapture" },21};222324