예제 #1
0
파일: VideoFrame.cs 프로젝트: jokm1/uno-2
 public global::Windows.Foundation.IAsyncAction CopyToAsync(global::Windows.Media.VideoFrame frame, global::Windows.Graphics.Imaging.BitmapBounds?sourceBounds, global::Windows.Graphics.Imaging.BitmapBounds?destinationBounds)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction VideoFrame.CopyToAsync(VideoFrame frame, BitmapBounds? sourceBounds, BitmapBounds? destinationBounds) is not implemented in Uno.");
 }
예제 #2
0
파일: VideoFrame.cs 프로젝트: jokm1/uno-2
 public global::Windows.Foundation.IAsyncAction CopyToAsync(global::Windows.Media.VideoFrame frame)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction VideoFrame.CopyToAsync(VideoFrame frame) is not implemented in Uno.");
 }
예제 #3
0
 public global::Windows.Foundation.IAsyncOperation <global::System.Collections.Generic.IList <global::Windows.Media.FaceAnalysis.DetectedFace> > ProcessNextFrameAsync(global::Windows.Media.VideoFrame videoFrame)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IList<DetectedFace>> FaceTracker.ProcessNextFrameAsync(VideoFrame videoFrame) is not implemented in Uno.");
 }
예제 #4
0
 public global::Windows.Devices.Perception.Provider.PerceptionFrame CopyFromVideoFrame(global::Windows.Media.VideoFrame frame)
 {
     throw new global::System.NotImplementedException("The member PerceptionFrame PerceptionVideoFrameAllocator.CopyFromVideoFrame(VideoFrame frame) is not implemented in Uno.");
 }
예제 #5
0
파일: MediaCapture.cs 프로젝트: jokm1/uno-2
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Media.VideoFrame> GetPreviewFrameAsync(global::Windows.Media.VideoFrame destination)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<VideoFrame> MediaCapture.GetPreviewFrameAsync(VideoFrame destination) is not implemented in Uno.");
 }