Value 4938 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTransportBasicParameters(long Param,long Value,LPCOLESTR pszData) = 0; Value 4940 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTransportVideoParameters(long Param,long Value) = 0; Value 4942 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTransportAudioParameters(long Param,long Value) = 0; Value 4956 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetEditProperty(long EditID,long Param,long Value) = 0; Value 4958 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI put_EditStart(long Value) = 0; Value 4973 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTransportBasicParameters)(IAMExtTransport *This,long Param,long Value,LPCOLESTR pszData); Value 4975 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTransportVideoParameters)(IAMExtTransport *This,long Param,long Value); Value 4977 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTransportAudioParameters)(IAMExtTransport *This,long Param,long Value); Value 4991 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetEditProperty)(IAMExtTransport *This,long EditID,long Param,long Value); Value 4993 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *put_EditStart)(IAMExtTransport *This,long Value); Value 5010 3rdparty/include/dshow/strmif.h #define IAMExtTransport_SetTransportBasicParameters(This,Param,Value,pszData) (This)->lpVtbl->SetTransportBasicParameters(This,Param,Value,pszData) Value 5012 3rdparty/include/dshow/strmif.h #define IAMExtTransport_SetTransportVideoParameters(This,Param,Value) (This)->lpVtbl->SetTransportVideoParameters(This,Param,Value) Value 5014 3rdparty/include/dshow/strmif.h #define IAMExtTransport_SetTransportAudioParameters(This,Param,Value) (This)->lpVtbl->SetTransportAudioParameters(This,Param,Value) Value 5028 3rdparty/include/dshow/strmif.h #define IAMExtTransport_SetEditProperty(This,EditID,Param,Value) (This)->lpVtbl->SetEditProperty(This,EditID,Param,Value) Value 5030 3rdparty/include/dshow/strmif.h #define IAMExtTransport_put_EditStart(This,Value) (This)->lpVtbl->put_EditStart(This,Value) Value 5047 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_SetTransportBasicParameters_Proxy(IAMExtTransport *This,long Param,long Value,LPCOLESTR pszData); Value 5051 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_SetTransportVideoParameters_Proxy(IAMExtTransport *This,long Param,long Value); Value 5055 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_SetTransportAudioParameters_Proxy(IAMExtTransport *This,long Param,long Value); Value 5083 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_SetEditProperty_Proxy(IAMExtTransport *This,long EditID,long Param,long Value); Value 5087 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_put_EditStart_Proxy(IAMExtTransport *This,long Value); Value 5125 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTCRMode(long Param,long Value) = 0; Value 5137 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTCRMode)(IAMTimecodeReader *This,long Param,long Value); Value 5151 3rdparty/include/dshow/strmif.h #define IAMTimecodeReader_SetTCRMode(This,Param,Value) (This)->lpVtbl->SetTCRMode(This,Param,Value) Value 5159 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMTimecodeReader_SetTCRMode_Proxy(IAMTimecodeReader *This,long Param,long Value); Value 5180 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTCGMode(long Param,long Value) = 0; Value 5193 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTCGMode)(IAMTimecodeGenerator *This,long Param,long Value); Value 5208 3rdparty/include/dshow/strmif.h #define IAMTimecodeGenerator_SetTCGMode(This,Param,Value) (This)->lpVtbl->SetTCGMode(This,Param,Value) Value 5217 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMTimecodeGenerator_SetTCGMode_Proxy(IAMTimecodeGenerator *This,long Param,long Value); Value 5242 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTCDisplay(long Param,long Value) = 0; Value 5253 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTCDisplay)(IAMTimecodeDisplay *This,long Param,long Value); Value 5266 3rdparty/include/dshow/strmif.h #define IAMTimecodeDisplay_SetTCDisplay(This,Param,Value) (This)->lpVtbl->SetTCDisplay(This,Param,Value) Value 5275 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMTimecodeDisplay_SetTCDisplay_Proxy(IAMTimecodeDisplay *This,long Param,long Value); Value 6456 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetDefaultValue(const GUID *Api,VARIANT *Value) = 0; Value 6457 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetValue(const GUID *Api,VARIANT *Value) = 0; Value 6458 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetValue(const GUID *Api,VARIANT *Value) = 0; Value 6462 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetValueWithNotify(const GUID *Api,VARIANT *Value,GUID **ChangedParam,ULONG *ChangedParamCount) = 0; Value 6478 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetDefaultValue)(ICodecAPI *This,const GUID *Api,VARIANT *Value); Value 6479 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetValue)(ICodecAPI *This,const GUID *Api,VARIANT *Value); Value 6480 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetValue)(ICodecAPI *This,const GUID *Api,VARIANT *Value); Value 6484 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetValueWithNotify)(ICodecAPI *This,const GUID *Api,VARIANT *Value,GUID **ChangedParam,ULONG *ChangedParamCount); Value 6502 3rdparty/include/dshow/strmif.h #define ICodecAPI_GetDefaultValue(This,Api,Value) (This)->lpVtbl->GetDefaultValue(This,Api,Value) Value 6503 3rdparty/include/dshow/strmif.h #define ICodecAPI_GetValue(This,Api,Value) (This)->lpVtbl->GetValue(This,Api,Value) Value 6504 3rdparty/include/dshow/strmif.h #define ICodecAPI_SetValue(This,Api,Value) (This)->lpVtbl->SetValue(This,Api,Value) Value 6508 3rdparty/include/dshow/strmif.h #define ICodecAPI_SetValueWithNotify(This,Api,Value,ChangedParam,ChangedParamCount) (This)->lpVtbl->SetValueWithNotify(This,Api,Value,ChangedParam,ChangedParamCount) Value 6523 3rdparty/include/dshow/strmif.h HRESULT WINAPI ICodecAPI_GetDefaultValue_Proxy(ICodecAPI *This,const GUID *Api,VARIANT *Value); Value 6525 3rdparty/include/dshow/strmif.h HRESULT WINAPI ICodecAPI_GetValue_Proxy(ICodecAPI *This,const GUID *Api,VARIANT *Value); Value 6527 3rdparty/include/dshow/strmif.h HRESULT WINAPI ICodecAPI_SetValue_Proxy(ICodecAPI *This,const GUID *Api,VARIANT *Value); Value 6535 3rdparty/include/dshow/strmif.h HRESULT WINAPI ICodecAPI_SetValueWithNotify_Proxy(ICodecAPI *This,const GUID *Api,VARIANT *Value,GUID **ChangedParam,ULONG *ChangedParamCount); Value 6588 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetDefaultValue(const GUID *Api,VARIANT *Value) = 0; Value 6589 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetValue(const GUID *Api,VARIANT *Value) = 0; Value 6590 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetValue(const GUID *Api,VARIANT *Value) = 0; Value 6602 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetDefaultValue)(IEncoderAPI *This,const GUID *Api,VARIANT *Value); Value 6603 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetValue)(IEncoderAPI *This,const GUID *Api,VARIANT *Value); Value 6604 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetValue)(IEncoderAPI *This,const GUID *Api,VARIANT *Value); Value 6618 3rdparty/include/dshow/strmif.h #define IEncoderAPI_GetDefaultValue(This,Api,Value) (This)->lpVtbl->GetDefaultValue(This,Api,Value) Value 6619 3rdparty/include/dshow/strmif.h #define IEncoderAPI_GetValue(This,Api,Value) (This)->lpVtbl->GetValue(This,Api,Value) Value 6620 3rdparty/include/dshow/strmif.h #define IEncoderAPI_SetValue(This,Api,Value) (This)->lpVtbl->SetValue(This,Api,Value) Value 6631 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEncoderAPI_GetDefaultValue_Proxy(IEncoderAPI *This,const GUID *Api,VARIANT *Value); Value 6633 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEncoderAPI_GetValue_Proxy(IEncoderAPI *This,const GUID *Api,VARIANT *Value); Value 6635 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEncoderAPI_SetValue_Proxy(IEncoderAPI *This,const GUID *Api,VARIANT *Value); Value 6656 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetDefaultValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value); Value 6657 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value); Value 6658 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value); Value 6672 3rdparty/include/dshow/strmif.h #define IVideoEncoder_GetDefaultValue(This,Api,Value) (This)->lpVtbl->GetDefaultValue(This,Api,Value) Value 6673 3rdparty/include/dshow/strmif.h #define IVideoEncoder_GetValue(This,Api,Value) (This)->lpVtbl->GetValue(This,Api,Value) Value 6674 3rdparty/include/dshow/strmif.h #define IVideoEncoder_SetValue(This,Api,Value) (This)->lpVtbl->SetValue(This,Api,Value) Value 791 modules/videoio/src/cap_msmf.hpp STDMETHODIMP CompareItem(REFGUID guidKey, REFPROPVARIANT Value, BOOL* pbResult) Value 794 modules/videoio/src/cap_msmf.hpp return _spAttributes->CompareItem(guidKey, Value, pbResult); Value 873 modules/videoio/src/cap_msmf.hpp STDMETHODIMP SetItem(REFGUID guidKey, REFPROPVARIANT Value) Value 876 modules/videoio/src/cap_msmf.hpp return _spAttributes->SetItem(guidKey, Value); Value 65 samples/winrt/ImageManipulations/MainPage.xaml.cpp args->ViewState = ApplicationView::Value; Value 92 samples/winrt/ImageManipulations/MainPage.xaml.cpp if (ApplicationView::Value != ApplicationViewState::Snapped) Value 114 samples/winrt/ImageManipulations/MainPage.xaml.cpp if (ApplicationView::Value == ApplicationViewState::Snapped) Value 140 samples/winrt/ImageManipulations/MainPage.xaml.cpp VisualStateManager::GoToState(InputSection, "Input" + LayoutAwarePage::DetermineVisualState(ApplicationView::Value), false); Value 141 samples/winrt/ImageManipulations/MainPage.xaml.cpp VisualStateManager::GoToState(OutputSection, "Output" + LayoutAwarePage::DetermineVisualState(ApplicationView::Value), false); Value 285 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp VisualStateManager::GoToState(control, DetermineVisualState(ApplicationView::Value), false); Value 363 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp String^ visualState = DetermineVisualState(ApplicationView::Value); Value 386 samples/winrt/ImageManipulations/common/suspensionmanager.cpp WriteObject(writer, pair->Value);