Home
last modified time | relevance | path

Searched defs:IMFAttributes (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/media/codecs/
H A Dwmf.py164 class IMFAttributes(com.pIUnknown): class
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Streaming/
H A Dmod.rs347 …etInputStreamAttributes(&self, dwinputstreamid: u32) -> ::windows::runtime::Result<super::MediaFou… in GetInputStreamAttributes()
362 …tOutputStreamAttributes(&self, dwoutputstreamid: u32) -> ::windows::runtime::Result<super::MediaFo… in GetOutputStreamAttributes()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h23 typedef interface IMFAttributes IMFAttributes; typedef
25 interface IMFAttributes; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h23 typedef interface IMFAttributes IMFAttributes; typedef
25 interface IMFAttributes; variable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs65 …pub fn MFCreateAttributes(ppmfattributes: *mut IMFAttributes, cinitialsize: u32) -> ::windows_sys:… in MFCreateAttributes()
68 …pub fn MFCreateAudioRenderer(paudioattributes: IMFAttributes, ppsink: *mut IMFMediaSink) -> ::wind… in MFCreateAudioRenderer()
83 …pub fn MFCreateDeviceSource(pattributes: IMFAttributes, ppsource: *mut IMFMediaSource) -> ::window… in MFCreateDeviceSource()
84 …pub fn MFCreateDeviceSourceActivate(pattributes: IMFAttributes, ppactivate: *mut IMFActivate) -> :… in MFCreateDeviceSourceActivate()
109 …pub fn MFCreateMediaSession(pconfiguration: IMFAttributes, ppmediasession: *mut IMFMediaSession) -… in MFCreateMediaSession()
197 …pub fn MFDeserializeAttributesFromStream(pattr: IMFAttributes, dwoptions: u32, pstm: super::super:… in MFDeserializeAttributesFromStream()
204 …pub fn MFGetAttributesAsBlob(pattributes: IMFAttributes, pbuf: *mut u8, cbbufsize: u32) -> ::windo… in MFGetAttributesAsBlob()
205 …pub fn MFGetAttributesAsBlobSize(pattributes: IMFAttributes, pcbbufsize: *mut u32) -> ::windows_sy… in MFGetAttributesAsBlobSize()
234 …pub fn MFInitAttributesFromBlob(pattributes: IMFAttributes, pbuf: *const u8, cbbufsize: u32) -> ::… in MFInitAttributesFromBlob()
290 …pub fn MFSerializeAttributesToStream(pattr: IMFAttributes, dwoptions: u32, pstm: super::super::Sys… in MFSerializeAttributesToStream()
[all …]