Files
WinDurango/dlls/winrt_x/Implementation/Windows.Kinect.FrameCapturedEventArgs.h
T
2025-06-02 22:45:11 -04:00

16 lines
453 B
C++

#pragma once
#include "Windows.Kinect.FrameCapturedEventArgs.g.h"
namespace winrt::Windows::Kinect::implementation
{
struct FrameCapturedEventArgs : FrameCapturedEventArgsT<FrameCapturedEventArgs>
{
FrameCapturedEventArgs() = default;
winrt::Windows::Kinect::FrameSourceTypes FrameType();
winrt::Windows::Kinect::FrameCapturedStatus FrameStatus();
winrt::Windows::Foundation::TimeSpan RelativeTime();
};
}