Interface IMFQualityManager
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("8D009D86-5B9F-4115-B1FC-9F80D52AB8AB")]
public interface IMFQualityManager
Methods
NotifyPresentationClock(IMFPresentationClock)
Declaration
HResult NotifyPresentationClock(IMFPresentationClock pClock)
Parameters
IMFPresentationClock
pClock
|
Returns
HResult
|
NotifyProcessInput(IMFTopologyNode, Int32, IMFSample)
Declaration
HResult NotifyProcessInput(IMFTopologyNode pNode, int lInputIndex, IMFSample pSample)
Parameters
IMFTopologyNode
pNode
|
System.Int32
lInputIndex
|
IMFSample
pSample
|
Returns
HResult
|
NotifyProcessOutput(IMFTopologyNode, Int32, IMFSample)
Declaration
HResult NotifyProcessOutput(IMFTopologyNode pNode, int lOutputIndex, IMFSample pSample)
Parameters
IMFTopologyNode
pNode
|
System.Int32
lOutputIndex
|
IMFSample
pSample
|
Returns
HResult
|
NotifyQualityEvent(Object, IMFMediaEvent)
Declaration
HResult NotifyQualityEvent(object pObject, IMFMediaEvent pEvent)
Parameters
System.Object
pObject
|
IMFMediaEvent
pEvent
|
Returns
HResult
|
NotifyTopology(IMFTopology)
Declaration
HResult NotifyTopology(IMFTopology pTopology)
Parameters
IMFTopology
pTopology
|
Returns
HResult
|