Interface IMFCollection
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("5BC8A76B-869A-46A3-9B03-FA218A66AEBE")]
public interface IMFCollection
Methods
AddElement(Object)
Declaration
HResult AddElement(object pUnkElement)
Parameters
System.Object
pUnkElement
|
Returns
HResult
|
GetElement(Int32, out Object)
Declaration
HResult GetElement(int dwElementIndex, out object ppUnkElement)
Parameters
System.Int32
dwElementIndex
|
System.Object
ppUnkElement
|
Returns
HResult
|
GetElementCount(out Int32)
Declaration
HResult GetElementCount(out int pcElements)
Parameters
System.Int32
pcElements
|
Returns
HResult
|
InsertElementAt(Int32, Object)
Declaration
HResult InsertElementAt(int dwIndex, object pUnknown)
Parameters
System.Int32
dwIndex
|
System.Object
pUnknown
|
Returns
HResult
|
RemoveAllElements()
RemoveElement(Int32, out Object)
Declaration
HResult RemoveElement(int dwElementIndex, out object ppUnkElement)
Parameters
System.Int32
dwElementIndex
|
System.Object
ppUnkElement
|
Returns
HResult
|