microsoft / Windows-Camera

Tools and samples for camera related APIs on Windows
MIT License
217 stars 69 forks source link

Fixed Network Media Streamer build after updating to SDK 22000 (and VS2022) #46

Closed Sudhaushu closed 1 year ago

Sudhaushu commented 1 year ago

Fixed Network Media Streamer build after updating to SDK 22000 (and VS2022)

This code emulates winrt/cpp type metadata, to work around using idl files and related compile tools. Updating to SDK 22000 causes emulated winrt/cpp type metadata to break the build as the constructs have changed in the new version. This PR fixes those issues for SDK 22000