共用方式為


D3DWDDM2_1DDI_VIDEODEVICEFUNCS 結構 (d3d10umddi.h)

D3DWDDM2_1DDI_VIDEODEVICEFUNCS 結構會指定 Direct3D 驅動程式裝置對象的視訊函式數據表。 只有 Windows 顯示驅動程式模型 (WDDM) 2.1 和更新版本的驅動程式才會使用此結構。

驅動程式必須支持使用者模式 DDI 的 WDDM 2.1 版本。 支援 DDI 時,運行時間會呼叫 PFND3D10DDI_RETRIEVESUBOBJECT 來擷取 D3DWDDM2_1DDI_VIDEODEVICEFUNCS 視訊裝置功能。

語法

typedef struct D3DWDDM2_1DDI_VIDEODEVICEFUNCS {
  PFND3D11_1DDI_GETVIDEODECODERPROFILECOUNT                 pfnGetVideoDecoderProfileCount;
  PFND3D11_1DDI_GETVIDEODECODERPROFILE                      pfnGetVideoDecoderProfile;
  PFND3D11_1DDI_CHECKVIDEODECODERFORMAT                     pfnCheckVideoDecoderFormat;
  PFND3D11_1DDI_GETVIDEODECODERCONFIGCOUNT                  pfnGetVideoDecoderConfigCount;
  PFND3D11_1DDI_GETVIDEODECODERCONFIG                       pfnGetVideoDecoderConfig;
  PFND3D11_1DDI_GETVIDEODECODERBUFFERTYPECOUNT              pfnGetVideoDecoderBufferTypeCount;
  PFND3D11_1DDI_GETVIDEODECODERBUFFERINFO                   pfnGetVideoDecoderBufferInfo;
  PFND3D11_1DDI_CALCPRIVATEVIDEODECODERSIZE                 pfnCalcPrivateVideoDecoderSize;
  PFND3D11_1DDI_CREATEVIDEODECODER                          pfnCreateVideoDecoder;
  PFND3D11_1DDI_DESTROYVIDEODECODER                         pfnDestroyVideoDecoder;
  PFND3D11_1DDI_VIDEODECODEREXTENSION                       pfnVideoDecoderExtension;
  PFND3D11_1DDI_VIDEODECODERBEGINFRAME                      pfnVideoDecoderBeginFrame;
  PFND3D11_1DDI_VIDEODECODERENDFRAME                        pfnVideoDecoderEndFrame;
  PFND3D11_1DDI_VIDEODECODERSUBMITBUFFERS                   pfnVideoDecoderSubmitBuffers;
  PFND3D11_1DDI_CALCPRIVATEVIDEOPROCESSORENUMSIZE           pfnCalcPrivateVideoProcessorEnumSize;
  PFND3D11_1DDI_CREATEVIDEOPROCESSORENUM                    pfnCreateVideoProcessorEnum;
  PFND3D11_1DDI_DESTROYVIDEOPROCESSORENUM                   pfnDestroyVideoProcessorEnum;
  PFND3D11_1DDI_CHECKVIDEOPROCESSORFORMAT                   pfnCheckVideoProcessorFormat;
  PFND3D11_1DDI_GETVIDEOPROCESSORCAPS                       pfnGetVideoProcessorCaps;
  PFND3D11_1DDI_GETVIDEOPROCESSORRATECONVERSIONCAPS         pfnGetVideoProcessorRateConversionCaps;
  PFND3D11_1DDI_GETVIDEOPROCESSORCUSTOMRATE                 pfnGetVideoProcessorCustomRate;
  PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE                pfnGetVideoProcessorFilterRange;
  PFND3D11_1DDI_CALCPRIVATEVIDEOPROCESSORSIZE               pfnCalcPrivateVideoProcessorSize;
  PFND3D11_1DDI_CREATEVIDEOPROCESSOR                        pfnCreateVideoProcessor;
  PFND3D11_1DDI_DESTROYVIDEOPROCESSOR                       pfnDestroyVideoProcessor;
  PFND3D11_1DDI_VIDEOPROCESSORSETOUTPUTTARGETRECT           pfnVideoProcessorSetOutputTargetRect;
  PFND3D11_1DDI_VIDEOPROCESSORSETOUTPUTBACKGROUNDCOLOR      pfnVideoProcessorSetOutputBackgroundColor;
  PFND3D11_1DDI_VIDEOPROCESSORSETOUTPUTCOLORSPACE           pfnVideoProcessorSetOutputColorSpace;
  PFND3D11_1DDI_VIDEOPROCESSORSETOUTPUTALPHAFILLMODE        pfnVideoProcessorSetOutputAlphaFillMode;
  PFND3D11_1DDI_VIDEOPROCESSORSETOUTPUTCONSTRICTION         pfnVideoProcessorSetOutputConstriction;
  PFND3D11_1DDI_VIDEOPROCESSORSETOUTPUTSTEREOMODE           pfnVideoProcessorSetOutputStereoMode;
  PFND3D11_1DDI_VIDEOPROCESSORSETOUTPUTEXTENSION            pfnVideoProcessorSetOutputExtension;
  PFND3D11_1DDI_VIDEOPROCESSORGETOUTPUTEXTENSION            pfnVideoProcessorGetOutputExtension;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFRAMEFORMAT          pfnVideoProcessorSetStreamFrameFormat;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE           pfnVideoProcessorSetStreamColorSpace;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMOUTPUTRATE           pfnVideoProcessorSetStreamOutputRate;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMSOURCERECT           pfnVideoProcessorSetStreamSourceRect;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMDESTRECT             pfnVideoProcessorSetStreamDestRect;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMALPHA                pfnVideoProcessorSetStreamAlpha;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMPALETTE              pfnVideoProcessorSetStreamPalette;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMPIXELASPECTRATIO     pfnVideoProcessorSetStreamPixelAspectRatio;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMLUMAKEY              pfnVideoProcessorSetStreamLumaKey;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMSTEREOFORMAT         pfnVideoProcessorSetStreamStereoFormat;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMAUTOPROCESSINGMODE   pfnVideoProcessorSetStreamAutoProcessingMode;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER               pfnVideoProcessorSetStreamFilter;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMEXTENSION            pfnVideoProcessorSetStreamExtension;
  PFND3D11_1DDI_VIDEOPROCESSORGETSTREAMEXTENSION            pfnVideoProcessorGetStreamExtension;
  PFND3D11_1DDI_VIDEOPROCESSORBLT                           pfnVideoProcessorBlt;
  PFND3D11_1DDI_CALCPRIVATEVIDEODECODEROUTPUTVIEWSIZE       pfnCalcPrivateVideoDecoderOutputViewSize;
  PFND3D11_1DDI_CREATEVIDEODECODEROUTPUTVIEW                pfnCreateVideoDecoderOutputView;
  PFND3D11_1DDI_DESTROYVIDEODECODEROUTPUTVIEW               pfnDestroyVideoDecoderOutputView;
  PFND3D11_1DDI_CALCPRIVATEVIDEOPROCESSORINPUTVIEWSIZE      pfnCalcPrivateVideoProcessorInputViewSize;
  PFND3D11_1DDI_CREATEVIDEOPROCESSORINPUTVIEW               pfnCreateVideoProcessorInputView;
  PFND3D11_1DDI_DESTROYVIDEOPROCESSORINPUTVIEW              pfnDestroyVideoProcessorInputView;
  PFND3D11_1DDI_CALCPRIVATEVIDEOPROCESSOROUTPUTVIEWSIZE     pfnCalcPrivateVideoProcessorOutputViewSize;
  PFND3D11_1DDI_CREATEVIDEOPROCESSOROUTPUTVIEW              pfnCreateVideoProcessorOutputView;
  PFND3D11_1DDI_DESTROYVIDEOPROCESSOROUTPUTVIEW             pfnDestroyVideoProcessorOutputView;
  PFND3D11_1DDI_VIDEOPROCESSORINPUTVIEWREADAFTERWRITEHAZARD pfnVideoProcessorInputViewReadAfterWriteHazard;
  PFND3D11_1DDI_GETCONTENTPROTECTIONCAPS                    pfnGetContentProtectionCaps;
  PFND3D11_1DDI_GETCRYPTOKEYEXCHANGETYPE                    pfnGetCryptoKeyExchangeType;
  PFND3D11_1DDI_CALCPRIVATECRYPTOSESSIONSIZE                pfnCalcPrivateCryptoSessionSize;
  PFND3D11_1DDI_CREATECRYPTOSESSION                         pfnCreateCryptoSession;
  PFND3D11_1DDI_DESTROYCRYPTOSESSION                        pfnDestroyCryptoSession;
  PFND3D11_1DDI_GETCERTIFICATESIZE                          pfnGetCertificateSize;
  PFND3D11_1DDI_GETCERTIFICATE                              pfnGetCertificate;
  PFND3D11_1DDI_NEGOTIATECRYPTOSESSIONKEYESCHANGE           pfnNegotiateCryptoSessionKeyExchange;
  PFND3D11_1DDI_ENCRYPTIONBLT                               pfnEncryptionBlt;
  PFND3D11_1DDI_DECRYPTIONBLT                               pfnDecryptionBlt;
  PFND3D11_1DDI_STARTSESSIONKEYREFRESH                      pfnStartSessionKeyRefresh;
  PFND3D11_1DDI_FINISHSESSIONKEYREFRESH                     pfnFinishSessionKeyRefresh;
  PFND3D11_1DDI_GETENCRYPTIONBLTKEY                         pfnGetEncryptionBltKey;
  PFND3D11_1DDI_CALCPRIVATEAUTHENTICATEDCHANNELSIZE         pfnCalcPrivateAuthenticatedChannelSize;
  PFND3D11_1DDI_CREATEAUTHENTICATEDCHANNEL                  pfnCreateAuthenticatedChannel;
  PFND3D11_1DDI_DESTROYAUTHENTICATEDCHANNEL                 pfnDestroyAuthenticatedChannel;
  PFND3D11_1DDI_NEGOTIATEAUTHENTICATEDCHANNELKEYEXCHANGE    pfnNegotiateAuthenticatedChannelKeyExchange;
  PFND3D11_1DDI_QUERYAUTHENTICATEDCHANNEL                   pfnQueryAuthenticatedChannel;
  PFND3D11_1DDI_CONFIGUREAUTHENTICATEDCHANNEL               pfnConfigureAuthenticatedChannel;
  PFND3D11_1DDI_VIDEODECODERGETHANDLE                       pfnVideoDecoderGetHandle;
  PFND3D11_1DDI_CRYPTOSESSIONGETHANDLE                      pfnCryptoSessionGetHandle;
  PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMROTATION             pfnVideoProcessorSetStreamRotation;
  PFND3D11_1DDI_GETCAPTUREHANDLE                            pfnGetCaptureHandle;
  PFND3DWDDM2_0DDI_GETDATAFORNEWHARDWAREKEY                 pfnGetDataForNewHardwareKey;
  PFND3DWDDM2_0DDI_CHECKCRYPTOSESSIONSTATUS                 pfnCheckCryptoSessionStatus;
  PFND3DWDDM2_0DDI_VIDEODECODERSUBMITBUFFERS1               pfnVideoDecoderSubmitBuffers1;
  PFND3DWDDM2_0DDI_QUERYVIDEOCAPABILITIES                   pfnQueryVideoCapabilities;
  PFND3DWDDM2_0DDI_CHECKVIDEOPROCESSORFORMATCONVERSION      pfnCheckVideoProcessorFormatConversion;
  PFND3DWDDM2_0DDI_VIDEODECODERENABLEDOWNSAMPLING           pfnVideoDecoderEnableDownsampling;
  PFND3DWDDM2_0DDI_VIDEODECODERUPDATEDOWNSAMPLING           pfnVideoDecoderUpdateDownsampling;
  PFND3DWDDM2_0DDI_VIDEOPROCESSORSETSTREAMMIRROR            pfnVideoProcessorSetStreamMirror;
  PFND3DWDDM2_0DDI_VIDEOPROCESSORSETOUTPUTCOLORSPACE1       pfnVideoProcessorSetOutputColorSpace1;
  PFND3DWDDM2_0DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE1       pfnVideoProcessorSetStreamColorSpace1;
  PFND3DWDDM2_0DDI_VIDEOPROCESSORSETOUTPUTSHADERUSAGE       pfnVideoProcessorSetOutputShaderUsage;
  PFND3DWDDM2_0DDI_VIDEOPROCESSORGETBEHAVIORHINTS           pfnVideoProcessorGetBehaviorHints;
  PFND3DWDDM2_0DDI_GETCRYPTOSESSIONPRIVATEDATASIZE          pfnGetCryptoSessionPrivateDataSize;
  PFND3DWDDM2_1DDI_VIDEOPROCESSORSETOUTPUTHDRMETADATA       pfnVideoProcessorSetOutputHDRMetaData;
  PFND3DWDDM2_1DDI_VIDEOPROCESSORSETSTREAMHDRMETADATA       pfnVideoProcessorSetStreamHDRMetaData;
} D3DWDDM2_1DDI_VIDEODEVICEFUNCS;

成員

pfnGetVideoDecoderProfileCount

驅動程式 GetVideoDecoderProfileCount 函式的進入點。

pfnGetVideoDecoderProfile

驅動程式 GetVideoDecoderProfile 函式的進入點。

pfnCheckVideoDecoderFormat

驅動程式 CheckVideoDecoderFormat 函式的進入點。

pfnGetVideoDecoderConfigCount

驅動程式 GetVideoDecoderConfigCount 函式的進入點。

pfnGetVideoDecoderConfig

驅動程式 GetVideoDecoderConfig 函式的進入點。

pfnGetVideoDecoderBufferTypeCount

驅動程式 GetVideoDecoderBufferTypeCount 函式的進入點。

pfnGetVideoDecoderBufferInfo

驅動程式 GetVideoDecoderBufferInfo 函式的進入點。

pfnCalcPrivateVideoDecoderSize

驅動程式 CalcPrivateVideoDecoderSize 函式的進入點。

pfnCreateVideoDecoder

驅動程式 CreateVideoDecoder 函式的進入點。

pfnDestroyVideoDecoder

驅動程式 DestroyVideoDecoder 函式的進入點。

pfnVideoDecoderExtension

驅動程式 VideoDecoderExtension 函式的進入點。

pfnVideoDecoderBeginFrame

驅動程式 VideoDecoderBeginFrame 函式的進入點。

pfnVideoDecoderEndFrame

驅動程式 VideoDecoderEndFrame 函式的進入點。

pfnVideoDecoderSubmitBuffers

驅動程式 VideoDecoderSubmitBuffers 函式的進入點。

pfnCalcPrivateVideoProcessorEnumSize

驅動程式 CalcPrivateVideoProcessorEnumSize 函式的進入點。

pfnCreateVideoProcessorEnum

驅動程式 CreateVideoProcessorEnum 函式的進入點。

pfnDestroyVideoProcessorEnum

驅動程式 DestroyVideoProcessorEnum 函式的進入點。

pfnCheckVideoProcessorFormat

驅動程式 CheckVideoProcessorFormat 函式的進入點。

pfnGetVideoProcessorCaps

驅動程式 GetVideoProcessorCaps 函式的進入點。

pfnGetVideoProcessorRateConversionCaps

驅動程式 GetVideoProcessorRateConversionCaps 函式的進入點。

pfnGetVideoProcessorCustomRate

驅動程式 GetVideoProcessorCustomRate 函式的進入點。

pfnGetVideoProcessorFilterRange

驅動程式 GetVideoProcessorFilterRange 函式的進入點。

pfnCalcPrivateVideoProcessorSize

驅動程式 的 CalcPrivateVideoProcessorSize 函式進入點。

pfnCreateVideoProcessor

驅動程式 CreateVideoProcessor 函式的進入點。

pfnDestroyVideoProcessor

驅動程式 DestroyVideoProcessor 函式的進入點。

pfnVideoProcessorSetOutputTargetRect

驅動程式 VideoProcessorSetOutputTargetRect 函式的進入點。

pfnVideoProcessorSetOutputBackgroundColor

驅動程式 VideoProcessorSetOutputBackgroundColor 函式的進入點。

pfnVideoProcessorSetOutputColorSpace

驅動程式 VideoProcessorSetOutputColorSpace 函式的進入點。

pfnVideoProcessorSetOutputAlphaFillMode

驅動程式 VideoProcessorSetOutputAlphaFillMode 函式的進入點。

pfnVideoProcessorSetOutputConstriction

驅動程式 VideoProcessorSetOutputConstriction 函式的進入點。

pfnVideoProcessorSetOutputStereoMode

驅動程式 VideoProcessorSetOutputStereoMode 函式的進入點。

pfnVideoProcessorSetOutputExtension

驅動程式 VideoProcessorSetOutputExtension 函式的進入點。

pfnVideoProcessorGetOutputExtension

驅動程式 VideoProcessorGetOutputExtension 函式的進入點。

pfnVideoProcessorSetStreamFrameFormat

驅動程式 VideoProcessorSetStreamFrameFormat 函式的進入點。

pfnVideoProcessorSetStreamColorSpace

驅動程式 VideoProcessorSetStreamColorSpace 函式的進入點。

pfnVideoProcessorSetStreamOutputRate

驅動程式 VideoProcessorSetStreamOutputRate 函式的進入點。

pfnVideoProcessorSetStreamSourceRect

驅動程式 VideoProcessorSetStreamSourceRect 函式的進入點。

pfnVideoProcessorSetStreamDestRect

驅動程式 VideoProcessorSetStreamDestRect 函式的進入點。

pfnVideoProcessorSetStreamAlpha

驅動程式 VideoProcessorSetStreamAlpha 函 式的進入點。

pfnVideoProcessorSetStreamPalette

驅動程式 VideoProcessorSetStreamPalette 函式的進入點。

pfnVideoProcessorSetStreamPixelAspectRatio

驅動程式 VideoProcessorSetStreamPixelAspectRatio 函式的進入點。

pfnVideoProcessorSetStreamLumaKey

驅動程式 VideoProcessorSetStreamLumaKey 函式的進入點。

pfnVideoProcessorSetStreamStereoFormat

驅動程式 VideoProcessorSetStreamStereoFormat 函式的進入點。

pfnVideoProcessorSetStreamAutoProcessingMode

驅動程式 VideoProcessorSetStreamAutoProcessingMode 函式的進入點。

pfnVideoProcessorSetStreamFilter

驅動程式 VideoProcessorSetStreamFilter 函式的進入點。

pfnVideoProcessorSetStreamExtension

驅動程式 VideoProcessorSetStreamExtension 函式的進入點。

pfnVideoProcessorGetStreamExtension

驅動程式 VideoProcessorGetStreamExtension 函式的進入點。

pfnVideoProcessorBlt

驅動程式 VideoProcessorBlt 函式的進入點。

pfnCalcPrivateVideoDecoderOutputViewSize

驅動程式 CalcPrivateVideoDecoderOutputViewSize 函式的進入點。

pfnCreateVideoDecoderOutputView

驅動程式 CreateVideoDecoderOutputView 函式的進入點。

pfnDestroyVideoDecoderOutputView

驅動程式 DestroyVideoDecoderOutputView 函式的進入點。

pfnCalcPrivateVideoProcessorInputViewSize

驅動程式 CalcPrivateVideoProcessorInputViewSize 函式的進入點。

pfnCreateVideoProcessorInputView

驅動程式 CreateVideoProcessorInputView 函式的進入點。

pfnDestroyVideoProcessorInputView

驅動程式 DestroyVideoProcessorInputView 函式的進入點。

pfnCalcPrivateVideoProcessorOutputViewSize

驅動程式 CalcPrivateVideoProcessorOutputViewSize 函式的進入點。

pfnCreateVideoProcessorOutputView

驅動程式 CreateVideoProcessorOutputView 函式的進入點。

pfnDestroyVideoProcessorOutputView

驅動程式 DestroyVideoProcessorOutputView 函式的進入點。

pfnVideoProcessorInputViewReadAfterWriteHazard

驅動程式 VideoProcessorInputViewReadAfterWriteHazard 函式的進入點。

pfnGetContentProtectionCaps

驅動程式 GetContentProtectionCaps 函式的進入點。

pfnGetCryptoKeyExchangeType

驅動程式 GetCryptoKeyExchangeType 函式的進入點。

pfnCalcPrivateCryptoSessionSize

驅動程式 CalcPrivateCryptoSessionSize 函式的進入點。

pfnCreateCryptoSession

驅動程式 CreateCryptoSession 函 式的進入點。

pfnDestroyCryptoSession

驅動程式 DestroyCryptoSession 函式的進入點。

pfnGetCertificateSize

驅動程式 GetCertificateSize 函式的進入點。

pfnGetCertificate

驅動程式 GetCertificate 函式的進入點。

pfnNegotiateCryptoSessionKeyExchange

驅動程式 NegotiateCryptoSessionKeyExchange 函式的進入點。

pfnEncryptionBlt

驅動程式 EncryptionBlt (D3D11_1) 函式的進入點。

pfnDecryptionBlt

驅動程式 DecryptionBlt (D3D11_1) 函式的進入點。

pfnStartSessionKeyRefresh

驅動程式 StartSessionKeyRefresh 函式的進入點。

pfnFinishSessionKeyRefresh

驅動程式 FinishSessionKeyRefresh 函式的進入點。

pfnGetEncryptionBltKey

驅動程式 GetEncryptionBltKey 函式的進入點。

pfnCalcPrivateAuthenticatedChannelSize

驅動程式 CalcPrivateAuthenticatedChannelSize 函式的進入點。

pfnCreateAuthenticatedChannel

驅動程式 CreateAuthenticatedChannel (D3D11_1) 函式的進入點。

pfnDestroyAuthenticatedChannel

驅動程式 DestroyAuthenticatedChannel 函式的進入點。

pfnNegotiateAuthenticatedChannelKeyExchange

驅動程式 NegotiateAuthenticatedChannelKeyExchange 函式的進入點。

pfnQueryAuthenticatedChannel

驅動程式 QueryAuthenticatedChannel (D3D11_1) 函式的進入點。

pfnConfigureAuthenticatedChannel

驅動程式 ConfigureAuthenticatedChannel (D3D11_1) 函式的進入點。

pfnVideoDecoderGetHandle

驅動程式 VideoDecoderGetHandle 函式的進入點。

pfnCryptoSessionGetHandle

驅動程式 CryptoSessionGetHandle 函式的進入點。

pfnVideoProcessorSetStreamRotation

驅動程式 VideoProcessorSetStreamRotation 函式的進入點。

pfnGetCaptureHandle

驅動程式 GetCaptureHandle 函式的進入點。

pfnGetDataForNewHardwareKey

驅動程式 GetDataForNewHardwareKey 函式的進入點。

pfnCheckCryptoSessionStatus

驅動程式 CheckCryptoSessionStatus 函式的進入點。

pfnVideoDecoderSubmitBuffers1

驅動程式 VideoDecoderSubmitBuffers1 函式的進入點。

pfnQueryVideoCapabilities

驅動程式 QueryVideoCapabilities 函式的進入點。

pfnCheckVideoProcessorFormatConversion

驅動程式 CheckVideoProcessorFormatConversion 函式的進入點。

pfnVideoDecoderEnableDownsampling

驅動程式 VideoDecoderEnableDownsampling 函式的進入點。

pfnVideoDecoderUpdateDownsampling

驅動程式 VideoDecoderUpdateDownsampling 函式的進入點。

pfnVideoProcessorSetStreamMirror

驅動程式 VideoProcessorSetStreamMirror 函式的進入點。

pfnVideoProcessorSetOutputColorSpace1

驅動程式 VideoProcessorSetOutputColorSpace1 函式的進入點。

pfnVideoProcessorSetStreamColorSpace1

驅動程式 VideoProcessorSetStreamColorSpace1 函式的進入點。

pfnVideoProcessorSetOutputShaderUsage

驅動程式 VideoProcessorSetOutputShaderUsage 函式的進入點。

pfnVideoProcessorGetBehaviorHints

驅動程式 VideoProcessorGetBehaviorHints 函式的進入點。

pfnGetCryptoSessionPrivateDataSize

驅動程式 GetCryptoSessionPrivateDataSize 函式的進入點。

pfnVideoProcessorSetOutputHDRMetaData

驅動程式 VideoProcessorSetOutputHDRMetaData 函式的進入點。 已在 WDDM 2.1 中新增。

pfnVideoProcessorSetStreamHDRMetaData

驅動程式 VideoProcessorSetStreamHDRMetaData 函式的進入點。 已在 WDDM 2.1 中新增。

規格需求

需求
標頭 d3d10umddi.h