Struct winapi::audioclient::IAudioRenderClient
[−]
[src]
pub struct IAudioRenderClient {
pub lpVtbl: *const IAudioRenderClientVtbl,
}Fields
lpVtbl |
pub struct IAudioRenderClient {
pub lpVtbl: *const IAudioRenderClientVtbl,
}lpVtbl |
impl IAudioRenderClientunsafe fn GetBuffer(&mut self, NumFramesRequested: UINT32, ppData: *mut *mut BYTE) -> HRESULTunsafe fn ReleaseBuffer(&mut self, NumFramesWritten: UINT32, dwFlags: DWORD) -> HRESULTunsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULTunsafe fn AddRef(&mut self) -> ULONGunsafe fn Release(&mut self) -> ULONGimpl Deref for IAudioRenderClientimpl DerefMut for IAudioRenderClientimpl 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)