Home
last modified time | relevance | path

Searched refs:IMFVideoMediaType (Results 1 – 11 of 11) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h87 typedef interface IMFVideoMediaType IMFVideoMediaType; typedef
89 interface IMFVideoMediaType; variable
2929 IMFVideoMediaType *This,
2941 IMFVideoMediaType *This,
2946 IMFVideoMediaType *This,
2951 IMFVideoMediaType *This,
2957 IMFVideoMediaType *This,
2963 IMFVideoMediaType *This,
2968 IMFVideoMediaType *This,
2973 IMFVideoMediaType *This,
[all …]
H A Dmfapi.h710 …nterlaceMode InterlaceMode, QWORD VideoFlags, const GUID *pSubtype, IMFVideoMediaType **ppIVideoMe…
711 …bVideoInfoHeader, QWORD AdditionalVideoFlags, const GUID *pSubtype, IMFVideoMediaType **ppIVideoMe…
713 …STDAPI MFCreateVideoMediaType (const MFVIDEOFORMAT *pVideoFormat, IMFVideoMediaType **ppIVideoMedi…
714 …STDAPI MFCreateVideoMediaTypeFromSubtype (const GUID *pAMSubtype, IMFVideoMediaType **ppIVideoMedi…
716 …dNumerator, QWORD qwFramesPerSecondDenominator, DWORD dwMaxBitRate, IMFVideoMediaType **ppIVideoMe…
729 …dNumerator, DWORD dwFramesPerSecondDenominator, DWORD dwMaxBitRate, IMFVideoMediaType **ppIVideoMe…
H A Devr.h778 IMFVideoMediaType **ppMediaType) = 0;
831 IMFVideoMediaType **ppMediaType);
886 …ESULT IMFVideoPresenter_GetCurrentMediaType(IMFVideoPresenter* This,IMFVideoMediaType **ppMediaTyp…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h87 typedef interface IMFVideoMediaType IMFVideoMediaType; typedef
89 interface IMFVideoMediaType; variable
2929 IMFVideoMediaType *This,
2941 IMFVideoMediaType *This,
2946 IMFVideoMediaType *This,
2951 IMFVideoMediaType *This,
2957 IMFVideoMediaType *This,
2963 IMFVideoMediaType *This,
2968 IMFVideoMediaType *This,
2973 IMFVideoMediaType *This,
[all …]
H A Dmfapi.h710 …nterlaceMode InterlaceMode, QWORD VideoFlags, const GUID *pSubtype, IMFVideoMediaType **ppIVideoMe…
711 …bVideoInfoHeader, QWORD AdditionalVideoFlags, const GUID *pSubtype, IMFVideoMediaType **ppIVideoMe…
713 …STDAPI MFCreateVideoMediaType (const MFVIDEOFORMAT *pVideoFormat, IMFVideoMediaType **ppIVideoMedi…
714 …STDAPI MFCreateVideoMediaTypeFromSubtype (const GUID *pAMSubtype, IMFVideoMediaType **ppIVideoMedi…
716 …dNumerator, QWORD qwFramesPerSecondDenominator, DWORD dwMaxBitRate, IMFVideoMediaType **ppIVideoMe…
729 …dNumerator, DWORD dwFramesPerSecondDenominator, DWORD dwMaxBitRate, IMFVideoMediaType **ppIVideoMe…
H A Devr.h778 IMFVideoMediaType **ppMediaType) = 0;
831 IMFVideoMediaType **ppMediaType);
886 …ESULT IMFVideoPresenter_GetCurrentMediaType(IMFVideoPresenter* This,IMFVideoMediaType **ppMediaTyp…
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/common/evr/
H A Devrcustompresenter.h237 STDMETHODIMP GetCurrentMediaType(IMFVideoMediaType** mediaType) override;
H A Devrdefs.h224 virtual HRESULT STDMETHODCALLTYPE GetCurrentMediaType(IMFVideoMediaType **ppMediaType) = 0;
H A Devrcustompresenter.cpp802 HRESULT EVRCustomPresenter::GetCurrentMediaType(IMFVideoMediaType **mediaType) in GetCurrentMediaType()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs37627 pub struct IMFVideoMediaType(::windows::runtime::IUnknown);
37628 impl IMFVideoMediaType {
37770 fn from(value: IMFVideoMediaType) -> Self {
37775 fn from(value: &IMFVideoMediaType) -> Self {
37789 impl ::std::convert::From<IMFVideoMediaType> for IMFMediaType {
37790 fn from(value: IMFVideoMediaType) -> Self {
37795 fn from(value: &IMFVideoMediaType) -> Self {
37810 fn from(value: IMFVideoMediaType) -> Self {
37815 fn from(value: &IMFVideoMediaType) -> Self {
43645 .from_abi::<IMFVideoMediaType>(result__)
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs171 …diaType(pvideoformat: *const MFVIDEOFORMAT, ppivideomediatype: *mut IMFVideoMediaType) -> ::window… in MFCreateVideoMediaType()
173 …rseconddenominator: u64, dwmaxbitrate: u32, ppivideomediatype: *mut IMFVideoMediaType) -> ::window… in MFCreateVideoMediaTypeFromBitMapInfoHeader()
175 …rseconddenominator: u32, dwmaxbitrate: u32, ppivideomediatype: *mut IMFVideoMediaType) -> ::window… in MFCreateVideoMediaTypeFromBitMapInfoHeaderEx()
176 …msubtype: *const ::windows_sys::core::GUID, ppivideomediatype: *mut IMFVideoMediaType) -> ::window… in MFCreateVideoMediaTypeFromSubtype()
6872 pub type IMFVideoMediaType = *mut ::core::ffi::c_void; typedef