Interface IMFQualityAdvise
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("EC15E2E9-E36B-4F7C-8758-77D452EF4CE7")]
public interface 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
|
SetDropMode(MFQualityDropMode)
Declaration
HResult SetDropMode(MFQualityDropMode eDropMode)
Parameters
MFQualityDropMode
eDropMode
|
Returns
HResult
|
SetQualityLevel(MFQualityLevel)
Declaration
HResult SetQualityLevel(MFQualityLevel eQualityLevel)
Parameters
MFQualityLevel
eQualityLevel
|
Returns
HResult
|