Home
last modified time | relevance | path

Searched refs:IMFASFProfile (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmcontainer.h87 typedef interface IMFASFProfile IMFASFProfile; typedef
89 interface IMFASFProfile; variable
173 typedef interface IMFASFProfile IMFASFProfile; typedef
175 interface IMFASFProfile; variable
1717 IMFASFProfile *This,
1729 IMFASFProfile *This,
1734 IMFASFProfile *This,
1739 IMFASFProfile *This,
1745 IMFASFProfile *This,
1751 IMFASFProfile *This,
[all …]
H A Dmfidl.h3366 typedef interface IMFASFProfile IMFASFProfile; typedef
3368 interface IMFASFProfile; variable
5608 HRESULT WINAPI MFCreateASFProfile(IMFASFProfile **ppIProfile);
5609 …teASFProfileFromPresentationDescriptor(IMFPresentationDescriptor *pIPD,IMFASFProfile **ppIProfile);
5622 HRESULT WINAPI MFCreatePresentationDescriptorFromASFProfile(IMFASFProfile *pIProfile,IMFPresentatio…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmcontainer.h87 typedef interface IMFASFProfile IMFASFProfile; typedef
89 interface IMFASFProfile; variable
173 typedef interface IMFASFProfile IMFASFProfile; typedef
175 interface IMFASFProfile; variable
1717 IMFASFProfile *This,
1729 IMFASFProfile *This,
1734 IMFASFProfile *This,
1739 IMFASFProfile *This,
1745 IMFASFProfile *This,
1751 IMFASFProfile *This,
[all …]
H A Dmfidl.h3366 typedef interface IMFASFProfile IMFASFProfile; typedef
3368 interface IMFASFProfile; variable
5608 HRESULT WINAPI MFCreateASFProfile(IMFASFProfile **ppIProfile);
5609 …teASFProfileFromPresentationDescriptor(IMFPresentationDescriptor *pIPD,IMFASFProfile **ppIProfile);
5622 HRESULT WINAPI MFCreatePresentationDescriptorFromASFProfile(IMFASFProfile *pIProfile,IMFPresentatio…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs55 pub fn MFCreateASFProfile(ppiprofile: *mut IMFASFProfile) -> ::windows_sys::core::HRESULT; in MFCreateASFProfile()
56 …sentationDescriptor(pipd: IMFPresentationDescriptor, ppiprofile: *mut IMFASFProfile) -> ::windows_… in MFCreateASFProfileFromPresentationDescriptor()
58 …pub fn MFCreateASFStreamSelector(piasfprofile: IMFASFProfile, ppselector: *mut IMFASFStreamSelecto… in MFCreateASFStreamSelector() argument
123 …pub fn MFCreatePresentationDescriptorFromASFProfile(piprofile: IMFASFProfile, ppipd: *mut IMFPrese… in MFCreatePresentationDescriptorFromASFProfile() argument
6619 pub type IMFASFProfile = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs18330 pub struct IMFASFProfile(::windows::runtime::IUnknown);
18331 impl IMFASFProfile {
18499 unsafe impl ::windows::runtime::Interface for IMFASFProfile {
18503 impl ::std::convert::From<IMFASFProfile> for ::windows::runtime::IUnknown {
18504 fn from(value: IMFASFProfile) -> Self {
18508 impl ::std::convert::From<&IMFASFProfile> for ::windows::runtime::IUnknown {
18509 fn from(value: &IMFASFProfile) -> Self {
18523 impl ::std::convert::From<IMFASFProfile> for IMFAttributes {
18524 fn from(value: IMFASFProfile) -> Self {
18528 impl ::std::convert::From<&IMFASFProfile> for IMFAttributes {
[all …]