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.Int32
iProp
|
PropertyKey
pkey
|
Returns
HResult
|
GetCount(out Int32)
GetValue(PropertyKey, PropVariant)
Declaration
HResult GetValue(PropertyKey key, PropVariant pv)
Parameters
PropertyKey
key
|
PropVariant
pv
|
Returns
HResult
|
SetValue(PropertyKey, ConstPropVariant)
Declaration
HResult SetValue(PropertyKey key, ConstPropVariant propvar)
Parameters
PropertyKey
key
|
ConstPropVariant
propvar
|
Returns
HResult
|