Struct IAudioEncodingProperties_Vtbl
#[repr(C)]pub struct IAudioEncodingProperties_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetBitrate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Bitrate: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetChannelCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ChannelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetSampleRate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SampleRate: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetBitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub BitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetBitrate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Bitrate: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetChannelCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§ChannelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetSampleRate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SampleRate: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetBitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§BitsPerSample: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAudioEncodingProperties_Vtbl
impl RefUnwindSafe for IAudioEncodingProperties_Vtbl
impl Send for IAudioEncodingProperties_Vtbl
impl Sync for IAudioEncodingProperties_Vtbl
impl Unpin for IAudioEncodingProperties_Vtbl
impl UnwindSafe for IAudioEncodingProperties_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more