#if DESKTOP_APP using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SharpDX.MediaFoundation { public partial class CapturePhotoConfirmation { /// /// No documentation. /// /// No documentation. /// No documentation. /// /// HRESULT IMFCapturePhotoConfirmation::SetPhotoConfirmationCallback([In] IMFAsyncCallback* pNotificationCallback) /// IMFCapturePhotoConfirmation::SetPhotoConfirmationCallback public IAsyncCallback PhotoConfirmationCallback { set { SetPhotoConfirmationCallback(value); } } } } #endif