Home
last modified time | relevance | path

Searched refs:IMFTranscodeProfile (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfidl.h3446 typedef interface IMFTranscodeProfile IMFTranscodeProfile; typedef
3448 interface IMFTranscodeProfile; variable
5648 HRESULT WINAPI MFCreateTranscodeProfile(IMFTranscodeProfile **ppTranscodeProfile);
5650 …eTranscodeTopology(IMFMediaSource *pSrc,LPCWSTR pwszOutputFilePath,IMFTranscodeProfile *pProfile,I…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfidl.h3446 typedef interface IMFTranscodeProfile IMFTranscodeProfile; typedef
3448 interface IMFTranscodeProfile; variable
5648 HRESULT WINAPI MFCreateTranscodeProfile(IMFTranscodeProfile **ppTranscodeProfile);
5650 …eTranscodeTopology(IMFMediaSource *pSrc,LPCWSTR pwszOutputFilePath,IMFTranscodeProfile *pProfile,I…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs164 …pub fn MFCreateTranscodeProfile(pptranscodeprofile: *mut IMFTranscodeProfile) -> ::windows_sys::co… in MFCreateTranscodeProfile()
167 …ce, pwszoutputfilepath: super::super::Foundation::PWSTR, pprofile: IMFTranscodeProfile, pptranscod… in MFCreateTranscodeTopology() argument
168 …ream(psrc: IMFMediaSource, poutputstream: IMFByteStream, pprofile: IMFTranscodeProfile, pptranscod… in MFCreateTranscodeTopologyFromByteStream() argument
6864 pub type IMFTranscodeProfile = *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.rs37035 pub struct IMFTranscodeProfile(::windows::runtime::IUnknown);
37036 impl IMFTranscodeProfile {
37059 unsafe impl ::windows::runtime::Interface for IMFTranscodeProfile {
37063 impl ::std::convert::From<IMFTranscodeProfile> for ::windows::runtime::IUnknown {
37064 fn from(value: IMFTranscodeProfile) -> Self {
37068 impl ::std::convert::From<&IMFTranscodeProfile> for ::windows::runtime::IUnknown {
37069 fn from(value: &IMFTranscodeProfile) -> Self {
37073 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IMFTranscodeProfile {
37078 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IMFTranscodeProfile {
43539 pub unsafe fn MFCreateTranscodeProfile() -> ::windows::runtime::Result<IMFTranscodeProfile> {
[all …]