From 4fe5787f122fdfc45253b45f9fad3983f53d86df Mon Sep 17 00:00:00 2001 From: j-leungyy <43455129+j-leungyy@users.noreply.github.com> Date: Tue, 25 May 2021 09:06:09 -0700 Subject: update simplemediasource sample (#614) * update simplemediasource wrl to winrtcpp COM, add mediatype NV12 (SimpleFrameGenerator), fix Mediatype missing attribute (bitrate), add IMFActivate, IMFSampleAllocator interface and implementation, update hardcode arg with named variables, cleanup sample for StreamIndex and StreamId, add sample KSControl * address PR-it1 comments * address comment from PR-it2, replace manual define of IKSControl by ksproxy.h * remove unuse header * address comment from PR * fix sdk to latest, add driversign algorithm * remove nudget, use submodule --- general/SimpleMediaSource/MediaSource/stdafx.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 general/SimpleMediaSource/MediaSource/stdafx.cpp (limited to 'general/SimpleMediaSource/MediaSource/stdafx.cpp') diff --git a/general/SimpleMediaSource/MediaSource/stdafx.cpp b/general/SimpleMediaSource/MediaSource/stdafx.cpp deleted file mode 100644 index dc97a45b..00000000 --- a/general/SimpleMediaSource/MediaSource/stdafx.cpp +++ /dev/null @@ -1,11 +0,0 @@ -/// -/// Copyright (c) Microsoft Corporation. All rights reserved. -/// -// stdafx.cpp : source file that includes just the standard includes -// KinectMFMediaSource.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file -- cgit v1.3.1