Struct winapi::audioclient::IAudioRenderClient
[−]
[src]
pub struct IAudioRenderClient { pub lpVtbl: *const IAudioRenderClientVtbl, }
Fields
lpVtbl |
pub struct IAudioRenderClient { pub lpVtbl: *const IAudioRenderClientVtbl, }
lpVtbl |
impl IAudioRenderClient
unsafe fn GetBuffer(&mut self, NumFramesRequested: UINT32, ppData: *mut *mut BYTE) -> HRESULT
unsafe fn ReleaseBuffer(&mut self, NumFramesWritten: UINT32, dwFlags: DWORD) -> HRESULT
unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT
unsafe fn AddRef(&mut self) -> ULONG
unsafe fn Release(&mut self) -> ULONG
impl Deref for IAudioRenderClient
impl DerefMut for IAudioRenderClient
impl Debug for IAudioRenderClient
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)