Interface IPropertyStore
Namespace: MediaFoundation.Misc
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("886D8EEB-8CF2-4446-8D02-CDBA1DBDCF99")]
public interface IPropertyStore
Methods
Commit()
GetAt(Int32, PropertyKey)
Declaration
HResult GetAt(int iProp, PropertyKey pkey)
Parameters
System.
|
Property
|
Returns
GetCount(out Int32)
GetValue(PropertyKey, PropVariant)
Declaration
HResult GetValue(PropertyKey key, PropVariant pv)
Parameters
Property
|
Prop
|
Returns
SetValue(PropertyKey, ConstPropVariant)
Declaration
HResult SetValue(PropertyKey key, ConstPropVariant propvar)
Parameters
Property
|
Const
|