Interface IMFQualityAdvise2
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("F3706F0D-8EA2-4886-8000-7155E9EC2EAE")]
public interface IMFQualityAdvise2 : IMFQualityAdvise
Methods
DropTime(Int64)
Declaration
HResult DropTime(long hnsAmountToDrop)
Parameters
System.Int64
hnsAmountToDrop
|
Returns
HResult
|
GetDropMode(out MFQualityDropMode)
Declaration
HResult GetDropMode(out MFQualityDropMode peDropMode)
Parameters
MFQualityDropMode
peDropMode
|
Returns
HResult
|
GetQualityLevel(out MFQualityLevel)
Declaration
HResult GetQualityLevel(out MFQualityLevel peQualityLevel)
Parameters
MFQualityLevel
peQualityLevel
|
Returns
HResult
|
NotifyQualityEvent(IMFMediaEvent, out MFQualityAdviseFlags)
Declaration
HResult NotifyQualityEvent(IMFMediaEvent pEvent, out MFQualityAdviseFlags pdwFlags)
Parameters
IMFMediaEvent
pEvent
|
MFQualityAdviseFlags
pdwFlags
|
Returns
HResult
|
SetDropMode(MFQualityDropMode)
Declaration
HResult SetDropMode(MFQualityDropMode eDropMode)
Parameters
MFQualityDropMode
eDropMode
|
Returns
HResult
|
SetQualityLevel(MFQualityLevel)
Declaration
HResult SetQualityLevel(MFQualityLevel eQualityLevel)
Parameters
MFQualityLevel
eQualityLevel
|
Returns
HResult
|