Home | History | Annotate | Download | only in src

Lines Matching refs:Media

44    Media Foundation-based Video Capturing module is based on
101 #include <windows.media.capture.h>
656 // Class for creating of Media Foundation context
696 // Getting interface MediaSource for Media Foundation from videodevice with deviceID
712 // Initialization of video device with deviceID by media type with id
1088 // Media types
1284 hr = MediaSink::ConvertPropertiesToMediaType(DEREF_AS_NATIVE_WRL_OBJ(ABI::Windows::Media::MediaProperties::IMediaEncodingProperties, pMedEncProps), &pType);
1370 hr = ((ABI::Windows::Media::IMediaExtension*)ig_pMediaSink)->SetProperties(DEREF_AS_NATIVE_WRL_OBJ(ABI::Windows::Foundation::Collections::IPropertySet, pSet));
1439 // Configure the media type that the Sample Grabber will receive.
1449 // Create the Media Session.
1588 IMFMediaSource *pSource, // Media source.
1610 IMFActivate *pActivate, // Media sink activation object.
1886 DebugPrintOut(L"MEDIA FOUNDATION: It cannot be created!!!\n");
1895 DebugPrintOut(L"MEDIA FOUNDATION: Resources cannot be released\n");
1924 DebugPrintOut(L"MEDIA FOUNDATION: The access to the video cameras denied\n");
2306 if (SUCCEEDED(hr)) reinterpret_cast<ABI::Windows::Media::Capture::IMediaCapture*>(DEREF_AGILE_WRL_OBJ(vd_pMedCap))->add_Failed(Microsoft::WRL::Callback<ABI::Windows::Media::Capture::IMediaCaptureFailedEventHandler>([this, context](ABI::Windows::Media::Capture::IMediaCapture*, ABI::Windows::Media::Capture::IMediaCaptureFailedEventArgs*) -> HRESULT {
2391 reinterpret_cast<ABI::Windows::Media::Capture::IMediaCapture*>(DEREF_AGILE_WRL_OBJ(vd_pMedCap))->remove_Failed(vd_cookie);
2780 hr = MediaSink::ConvertPropertiesToMediaType(DEREF_AS_NATIVE_WRL_OBJ(ABI::Windows::Media::MediaProperties::IMediaEncodingProperties, pMedEncProps), &pType);
3580 /******* Capturing video from camera via Microsoft Media
4066 // Media Foundation-based Video Writer
4258 // Set the output media type.
4297 // Set the input media type.
4394 // Create a media sample and add the buffer to the sample.