Home | History | Annotate | Download | only in ImageManipulations

Lines Matching refs:AdvancedCapture

12 // AdvancedCapture.xaml.cpp
13 // Implementation of the AdvancedCapture class
17 #include "AdvancedCapture.xaml.h"
68 AdvancedCapture::AdvancedCapture()
79 void AdvancedCapture::OnNavigatedTo(NavigationEventArgs^ e)
85 m_orientationChangedEventToken = Windows::Graphics::Display::DisplayProperties::OrientationChanged += ref new Windows::Graphics::Display::DisplayPropertiesEventHandler(this, &AdvancedCapture::DisplayProperties_OrientationChanged);
88 void AdvancedCapture::OnNavigatedFrom(NavigationEventArgs^ e)
94 void AdvancedCapture::ScenarioInit()
110 void AdvancedCapture::ScenarioReset()
116 void AdvancedCapture::Failed(Windows::Media::Capture::MediaCapture ^currentCaptureObject, Windows::Media::Capture::MediaCaptureFailedEventArgs^ currentFailure)
126 void AdvancedCapture::btnStartDevice_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
167 mediaCapture->Failed += ref new Windows::Media::Capture::MediaCaptureFailedEventHandler(this, &AdvancedCapture::Failed);
181 void AdvancedCapture::btnStartPreview_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
215 void AdvancedCapture::lstEnumedDevices_SelectionChanged(Platform::Object^ sender, Windows::UI::Xaml::Controls::SelectionChangedEventArgs^ e)
244 void AdvancedCapture::EnumerateWebcamsAsync()
286 void AdvancedCapture::AddEffectToImageStream()
371 void AdvancedCapture::ShowStatusMessage(Platform::String^ text)
376 void AdvancedCapture::ShowExceptionMessage(Platform::Exception^ ex)
381 void AdvancedCapture::EnableButton(bool enabled, String^ name)
393 task<Windows::Storage::StorageFile^> AdvancedCapture::ReencodePhotoAsync(
439 Windows::Storage::FileProperties::PhotoOrientation AdvancedCapture::GetCurrentPhotoRotation()
453 void AdvancedCapture::PrepareForVideoRecording()
473 void AdvancedCapture::DisplayProperties_OrientationChanged(Platform::Object^ sender)
495 Windows::Storage::FileProperties::PhotoOrientation AdvancedCapture::PhotoRotationLookup(
519 Windows::Media::Capture::VideoRotation AdvancedCapture::VideoRotationLookup(
543 void SDKSample::MediaCapture::AdvancedCapture::Button_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)