Struct windows::Media::Capture::IMediaCaptureSettings2_Vtbl
#[repr(C)]pub struct IMediaCaptureSettings2_Vtbl {
pub base__: IInspectable_Vtbl,
pub ConcurrentRecordAndPhotoSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ConcurrentRecordAndPhotoSequenceSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CameraSoundRequiredForRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Horizontal35mmEquivalentFocalLength: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PitchOffsetDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Vertical35mmEquivalentFocalLength: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub MediaCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaCategory) -> HRESULT,
pub AudioProcessing: unsafe extern "system" fn(_: *mut c_void, _: *mut AudioProcessing) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ConcurrentRecordAndPhotoSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ConcurrentRecordAndPhotoSequenceSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CameraSoundRequiredForRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Horizontal35mmEquivalentFocalLength: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PitchOffsetDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Vertical35mmEquivalentFocalLength: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§MediaCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaCategory) -> HRESULT
§AudioProcessing: unsafe extern "system" fn(_: *mut c_void, _: *mut AudioProcessing) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMediaCaptureSettings2_Vtbl
impl RefUnwindSafe for IMediaCaptureSettings2_Vtbl
impl Send for IMediaCaptureSettings2_Vtbl
impl Sync for IMediaCaptureSettings2_Vtbl
impl Unpin for IMediaCaptureSettings2_Vtbl
impl UnwindSafe for IMediaCaptureSettings2_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