mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-25 20:59:08 -06:00
17 lines
509 B
C++
17 lines
509 B
C++
#include "pch.h"
|
|
#include "Windows.Kinect.AudioBeamFrameReference.h"
|
|
#include "Windows.Kinect.AudioBeamFrameReference.g.cpp"
|
|
|
|
|
|
namespace winrt::Windows::Kinect::implementation
|
|
{
|
|
winrt::Windows::Foundation::Collections::IVectorView<winrt::Windows::Kinect::AudioBeamFrame> AudioBeamFrameReference::AcquireBeamFrames()
|
|
{
|
|
throw hresult_not_implemented();
|
|
}
|
|
winrt::Windows::Foundation::TimeSpan AudioBeamFrameReference::RelativeTime()
|
|
{
|
|
throw hresult_not_implemented();
|
|
}
|
|
}
|