SetProperties    1495 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetProperties(DWORD cbProperties,const BYTE *pbProperties) = 0;
SetProperties    1520 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetProperties)(IMediaSample2 *This,DWORD cbProperties,const BYTE *pbProperties);
SetProperties    1547 3rdparty/include/dshow/strmif.h #define IMediaSample2_SetProperties(This,cbProperties,pbProperties) (This)->lpVtbl->SetProperties(This,cbProperties,pbProperties)
SetProperties    1571 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetProperties(ALLOCATOR_PROPERTIES *pRequest,ALLOCATOR_PROPERTIES *pActual) = 0;
SetProperties    1584 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetProperties)(IMemAllocator *This,ALLOCATOR_PROPERTIES *pRequest,ALLOCATOR_PROPERTIES *pActual);
SetProperties    1599 3rdparty/include/dshow/strmif.h #define IMemAllocator_SetProperties(This,pRequest,pActual) (This)->lpVtbl->SetProperties(This,pRequest,pActual)
SetProperties    1640 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetProperties)(IMemAllocatorCallbackTemp *This,ALLOCATOR_PROPERTIES *pRequest,ALLOCATOR_PROPERTIES *pActual);
SetProperties    1657 3rdparty/include/dshow/strmif.h #define IMemAllocatorCallbackTemp_SetProperties(This,pRequest,pActual) (This)->lpVtbl->SetProperties(This,pRequest,pActual)
SetProperties    1370 modules/videoio/src/cap_msmf.cpp             hr = ((ABI::Windows::Media::IMediaExtension*)ig_pMediaSink)->SetProperties(DEREF_AS_NATIVE_WRL_OBJ(ABI::Windows::Foundation::Collections::IPropertySet, pSet));
SetProperties      80 samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.h     STDMETHODIMP SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *pConfiguration);