mirror of
https://github.com/opencv/opencv.git
synced 2024-12-11 22:59:16 +08:00
5810845777
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
13 lines
206 B
Plaintext
13 lines
206 B
Plaintext
import "Windows.Media.idl";
|
|
|
|
#include <sdkddkver.h>
|
|
|
|
namespace OcvTransform
|
|
{
|
|
[version(NTDDI_WIN8)]
|
|
runtimeclass OcvImageManipulations
|
|
{
|
|
interface Windows.Media.IMediaExtension;
|
|
}
|
|
}
|