Struct IMFAttributes
pub struct IMFAttributes(/* private fields */);
Implementations§
§impl IMFAttributes
impl IMFAttributes
pub unsafe fn GetItem( &self, guidkey: *const GUID, pvalue: Option<*mut PROPVARIANT>, ) -> Result<()>
pub unsafe fn GetItemType( &self, guidkey: *const GUID, ) -> Result<MF_ATTRIBUTE_TYPE>
pub unsafe fn CompareItem( &self, guidkey: *const GUID, value: *const PROPVARIANT, ) -> Result<BOOL>
pub unsafe fn Compare<P0>(
&self,
ptheirs: P0,
matchtype: MF_ATTRIBUTES_MATCH_TYPE,
) -> Result<BOOL>where
P0: Param<IMFAttributes>,
pub unsafe fn GetUINT32(&self, guidkey: *const GUID) -> Result<u32>
pub unsafe fn GetUINT64(&self, guidkey: *const GUID) -> Result<u64>
pub unsafe fn GetDouble(&self, guidkey: *const GUID) -> Result<f64>
pub unsafe fn GetGUID(&self, guidkey: *const GUID) -> Result<GUID>
pub unsafe fn GetStringLength(&self, guidkey: *const GUID) -> Result<u32>
pub unsafe fn GetString( &self, guidkey: *const GUID, pwszvalue: &mut [u16], pcchlength: Option<*mut u32>, ) -> Result<()>
pub unsafe fn GetAllocatedString( &self, guidkey: *const GUID, ppwszvalue: *mut PWSTR, pcchlength: *mut u32, ) -> Result<()>
pub unsafe fn GetBlobSize(&self, guidkey: *const GUID) -> Result<u32>
pub unsafe fn GetBlob( &self, guidkey: *const GUID, pbuf: &mut [u8], pcbblobsize: Option<*mut u32>, ) -> Result<()>
pub unsafe fn GetAllocatedBlob( &self, guidkey: *const GUID, ppbuf: *mut *mut u8, pcbsize: *mut u32, ) -> Result<()>
pub unsafe fn GetUnknown<T>(&self, guidkey: *const GUID) -> Result<T>where
T: Interface,
pub unsafe fn SetItem( &self, guidkey: *const GUID, value: *const PROPVARIANT, ) -> Result<()>
pub unsafe fn DeleteItem(&self, guidkey: *const GUID) -> Result<()>
pub unsafe fn DeleteAllItems(&self) -> Result<()>
pub unsafe fn SetUINT32(&self, guidkey: *const GUID, unvalue: u32) -> Result<()>
pub unsafe fn SetUINT64(&self, guidkey: *const GUID, unvalue: u64) -> Result<()>
pub unsafe fn SetDouble(&self, guidkey: *const GUID, fvalue: f64) -> Result<()>
pub unsafe fn SetGUID( &self, guidkey: *const GUID, guidvalue: *const GUID, ) -> Result<()>
pub unsafe fn SetString<P1>(
&self,
guidkey: *const GUID,
wszvalue: P1,
) -> Result<()>where
P1: Param<PCWSTR>,
pub unsafe fn SetBlob(&self, guidkey: *const GUID, pbuf: &[u8]) -> Result<()>
pub unsafe fn SetUnknown<P1>(
&self,
guidkey: *const GUID,
punknown: P1,
) -> Result<()>where
P1: Param<IUnknown>,
pub unsafe fn LockStore(&self) -> Result<()>
pub unsafe fn UnlockStore(&self) -> Result<()>
pub unsafe fn GetCount(&self) -> Result<u32>
pub unsafe fn GetItemByIndex( &self, unindex: u32, pguidkey: *mut GUID, pvalue: Option<*mut PROPVARIANT>, ) -> Result<()>
pub unsafe fn CopyAllItems<P0>(&self, pdest: P0) -> Result<()>where
P0: Param<IMFAttributes>,
Trait Implementations§
§impl CanInto<IMFAttributes> for IMFASFProfile
impl CanInto<IMFAttributes> for IMFASFProfile
§impl CanInto<IMFAttributes> for IMFASFStreamConfig
impl CanInto<IMFAttributes> for IMFASFStreamConfig
§impl CanInto<IMFAttributes> for IMFActivate
impl CanInto<IMFAttributes> for IMFActivate
§impl CanInto<IMFAttributes> for IMFAudioMediaType
impl CanInto<IMFAttributes> for IMFAudioMediaType
§impl CanInto<IMFAttributes> for IMFCameraControlDefaultsCollection
impl CanInto<IMFAttributes> for IMFCameraControlDefaultsCollection
§impl CanInto<IMFAttributes> for IMFMediaEvent
impl CanInto<IMFAttributes> for IMFMediaEvent
§impl CanInto<IMFAttributes> for IMFMediaType
impl CanInto<IMFAttributes> for IMFMediaType
§impl CanInto<IMFAttributes> for IMFOutputPolicy
impl CanInto<IMFAttributes> for IMFOutputPolicy
§impl CanInto<IMFAttributes> for IMFOutputSchema
impl CanInto<IMFAttributes> for IMFOutputSchema
§impl CanInto<IMFAttributes> for IMFPresentationDescriptor
impl CanInto<IMFAttributes> for IMFPresentationDescriptor
§impl CanInto<IMFAttributes> for IMFSensorStream
impl CanInto<IMFAttributes> for IMFSensorStream
§impl CanInto<IMFAttributes> for IMFSpatialAudioSample
impl CanInto<IMFAttributes> for IMFSpatialAudioSample
§impl CanInto<IMFAttributes> for IMFStreamDescriptor
impl CanInto<IMFAttributes> for IMFStreamDescriptor
§impl CanInto<IMFAttributes> for IMFTopology
impl CanInto<IMFAttributes> for IMFTopology
§impl CanInto<IMFAttributes> for IMFTopologyNode
impl CanInto<IMFAttributes> for IMFTopologyNode
§impl CanInto<IMFAttributes> for IMFVideoMediaType
impl CanInto<IMFAttributes> for IMFVideoMediaType
§impl CanInto<IMFAttributes> for IMFVirtualCamera
impl CanInto<IMFAttributes> for IMFVirtualCamera
§impl CanInto<IUnknown> for IMFAttributes
impl CanInto<IUnknown> for IMFAttributes
§impl Clone for IMFAttributes
impl Clone for IMFAttributes
§fn clone(&self) -> IMFAttributes
fn clone(&self) -> IMFAttributes
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IMFAttributes
impl Debug for IMFAttributes
§impl From<&IMFASFProfile> for &IMFAttributes
impl From<&IMFASFProfile> for &IMFAttributes
§fn from(value: &IMFASFProfile) -> Self
fn from(value: &IMFASFProfile) -> Self
Converts to this type from the input type.
§impl From<&IMFASFStreamConfig> for &IMFAttributes
impl From<&IMFASFStreamConfig> for &IMFAttributes
§fn from(value: &IMFASFStreamConfig) -> Self
fn from(value: &IMFASFStreamConfig) -> Self
Converts to this type from the input type.
§impl From<&IMFActivate> for &IMFAttributes
impl From<&IMFActivate> for &IMFAttributes
§fn from(value: &IMFActivate) -> Self
fn from(value: &IMFActivate) -> Self
Converts to this type from the input type.
§impl From<&IMFAttributes> for &IUnknown
impl From<&IMFAttributes> for &IUnknown
§fn from(value: &IMFAttributes) -> Self
fn from(value: &IMFAttributes) -> Self
Converts to this type from the input type.
§impl From<&IMFAudioMediaType> for &IMFAttributes
impl From<&IMFAudioMediaType> for &IMFAttributes
§fn from(value: &IMFAudioMediaType) -> Self
fn from(value: &IMFAudioMediaType) -> Self
Converts to this type from the input type.
§impl From<&IMFCameraControlDefaultsCollection> for &IMFAttributes
impl From<&IMFCameraControlDefaultsCollection> for &IMFAttributes
§fn from(value: &IMFCameraControlDefaultsCollection) -> Self
fn from(value: &IMFCameraControlDefaultsCollection) -> Self
Converts to this type from the input type.
§impl From<&IMFMediaEvent> for &IMFAttributes
impl From<&IMFMediaEvent> for &IMFAttributes
§fn from(value: &IMFMediaEvent) -> Self
fn from(value: &IMFMediaEvent) -> Self
Converts to this type from the input type.
§impl From<&IMFMediaType> for &IMFAttributes
impl From<&IMFMediaType> for &IMFAttributes
§fn from(value: &IMFMediaType) -> Self
fn from(value: &IMFMediaType) -> Self
Converts to this type from the input type.
§impl From<&IMFOutputPolicy> for &IMFAttributes
impl From<&IMFOutputPolicy> for &IMFAttributes
§fn from(value: &IMFOutputPolicy) -> Self
fn from(value: &IMFOutputPolicy) -> Self
Converts to this type from the input type.
§impl From<&IMFOutputSchema> for &IMFAttributes
impl From<&IMFOutputSchema> for &IMFAttributes
§fn from(value: &IMFOutputSchema) -> Self
fn from(value: &IMFOutputSchema) -> Self
Converts to this type from the input type.
§impl From<&IMFPresentationDescriptor> for &IMFAttributes
impl From<&IMFPresentationDescriptor> for &IMFAttributes
§fn from(value: &IMFPresentationDescriptor) -> Self
fn from(value: &IMFPresentationDescriptor) -> Self
Converts to this type from the input type.
§impl From<&IMFSample> for &IMFAttributes
impl From<&IMFSample> for &IMFAttributes
§impl From<&IMFSensorStream> for &IMFAttributes
impl From<&IMFSensorStream> for &IMFAttributes
§fn from(value: &IMFSensorStream) -> Self
fn from(value: &IMFSensorStream) -> Self
Converts to this type from the input type.
§impl From<&IMFSpatialAudioSample> for &IMFAttributes
impl From<&IMFSpatialAudioSample> for &IMFAttributes
§fn from(value: &IMFSpatialAudioSample) -> Self
fn from(value: &IMFSpatialAudioSample) -> Self
Converts to this type from the input type.
§impl From<&IMFStreamDescriptor> for &IMFAttributes
impl From<&IMFStreamDescriptor> for &IMFAttributes
§fn from(value: &IMFStreamDescriptor) -> Self
fn from(value: &IMFStreamDescriptor) -> Self
Converts to this type from the input type.
§impl From<&IMFTopology> for &IMFAttributes
impl From<&IMFTopology> for &IMFAttributes
§fn from(value: &IMFTopology) -> Self
fn from(value: &IMFTopology) -> Self
Converts to this type from the input type.
§impl From<&IMFTopologyNode> for &IMFAttributes
impl From<&IMFTopologyNode> for &IMFAttributes
§fn from(value: &IMFTopologyNode) -> Self
fn from(value: &IMFTopologyNode) -> Self
Converts to this type from the input type.
§impl From<&IMFVideoMediaType> for &IMFAttributes
impl From<&IMFVideoMediaType> for &IMFAttributes
§fn from(value: &IMFVideoMediaType) -> Self
fn from(value: &IMFVideoMediaType) -> Self
Converts to this type from the input type.
§impl From<&IMFVirtualCamera> for &IMFAttributes
impl From<&IMFVirtualCamera> for &IMFAttributes
§fn from(value: &IMFVirtualCamera) -> Self
fn from(value: &IMFVirtualCamera) -> Self
Converts to this type from the input type.
§impl From<IMFASFProfile> for IMFAttributes
impl From<IMFASFProfile> for IMFAttributes
§fn from(value: IMFASFProfile) -> Self
fn from(value: IMFASFProfile) -> Self
Converts to this type from the input type.
§impl From<IMFASFStreamConfig> for IMFAttributes
impl From<IMFASFStreamConfig> for IMFAttributes
§fn from(value: IMFASFStreamConfig) -> Self
fn from(value: IMFASFStreamConfig) -> Self
Converts to this type from the input type.
§impl From<IMFActivate> for IMFAttributes
impl From<IMFActivate> for IMFAttributes
§fn from(value: IMFActivate) -> Self
fn from(value: IMFActivate) -> Self
Converts to this type from the input type.
§impl From<IMFAttributes> for IUnknown
impl From<IMFAttributes> for IUnknown
§fn from(value: IMFAttributes) -> Self
fn from(value: IMFAttributes) -> Self
Converts to this type from the input type.
§impl From<IMFAudioMediaType> for IMFAttributes
impl From<IMFAudioMediaType> for IMFAttributes
§fn from(value: IMFAudioMediaType) -> Self
fn from(value: IMFAudioMediaType) -> Self
Converts to this type from the input type.
§impl From<IMFCameraControlDefaultsCollection> for IMFAttributes
impl From<IMFCameraControlDefaultsCollection> for IMFAttributes
§fn from(value: IMFCameraControlDefaultsCollection) -> Self
fn from(value: IMFCameraControlDefaultsCollection) -> Self
Converts to this type from the input type.
§impl From<IMFMediaEvent> for IMFAttributes
impl From<IMFMediaEvent> for IMFAttributes
§fn from(value: IMFMediaEvent) -> Self
fn from(value: IMFMediaEvent) -> Self
Converts to this type from the input type.
§impl From<IMFMediaType> for IMFAttributes
impl From<IMFMediaType> for IMFAttributes
§fn from(value: IMFMediaType) -> Self
fn from(value: IMFMediaType) -> Self
Converts to this type from the input type.
§impl From<IMFOutputPolicy> for IMFAttributes
impl From<IMFOutputPolicy> for IMFAttributes
§fn from(value: IMFOutputPolicy) -> Self
fn from(value: IMFOutputPolicy) -> Self
Converts to this type from the input type.
§impl From<IMFOutputSchema> for IMFAttributes
impl From<IMFOutputSchema> for IMFAttributes
§fn from(value: IMFOutputSchema) -> Self
fn from(value: IMFOutputSchema) -> Self
Converts to this type from the input type.
§impl From<IMFPresentationDescriptor> for IMFAttributes
impl From<IMFPresentationDescriptor> for IMFAttributes
§fn from(value: IMFPresentationDescriptor) -> Self
fn from(value: IMFPresentationDescriptor) -> Self
Converts to this type from the input type.
§impl From<IMFSample> for IMFAttributes
impl From<IMFSample> for IMFAttributes
§impl From<IMFSensorStream> for IMFAttributes
impl From<IMFSensorStream> for IMFAttributes
§fn from(value: IMFSensorStream) -> Self
fn from(value: IMFSensorStream) -> Self
Converts to this type from the input type.
§impl From<IMFSpatialAudioSample> for IMFAttributes
impl From<IMFSpatialAudioSample> for IMFAttributes
§fn from(value: IMFSpatialAudioSample) -> Self
fn from(value: IMFSpatialAudioSample) -> Self
Converts to this type from the input type.
§impl From<IMFStreamDescriptor> for IMFAttributes
impl From<IMFStreamDescriptor> for IMFAttributes
§fn from(value: IMFStreamDescriptor) -> Self
fn from(value: IMFStreamDescriptor) -> Self
Converts to this type from the input type.
§impl From<IMFTopology> for IMFAttributes
impl From<IMFTopology> for IMFAttributes
§fn from(value: IMFTopology) -> Self
fn from(value: IMFTopology) -> Self
Converts to this type from the input type.
§impl From<IMFTopologyNode> for IMFAttributes
impl From<IMFTopologyNode> for IMFAttributes
§fn from(value: IMFTopologyNode) -> Self
fn from(value: IMFTopologyNode) -> Self
Converts to this type from the input type.
§impl From<IMFVideoMediaType> for IMFAttributes
impl From<IMFVideoMediaType> for IMFAttributes
§fn from(value: IMFVideoMediaType) -> Self
fn from(value: IMFVideoMediaType) -> Self
Converts to this type from the input type.
§impl From<IMFVirtualCamera> for IMFAttributes
impl From<IMFVirtualCamera> for IMFAttributes
§fn from(value: IMFVirtualCamera) -> Self
fn from(value: IMFVirtualCamera) -> Self
Converts to this type from the input type.
§impl Interface for IMFAttributes
impl Interface for IMFAttributes
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IMFAttributes
impl PartialEq for IMFAttributes
impl Eq for IMFAttributes
impl StructuralPartialEq for IMFAttributes
Auto Trait Implementations§
impl Freeze for IMFAttributes
impl RefUnwindSafe for IMFAttributes
impl !Send for IMFAttributes
impl !Sync for IMFAttributes
impl Unpin for IMFAttributes
impl UnwindSafe for IMFAttributes
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