IPXV_MediaCallback::OnMediaContentRender Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT OnMediaContentRender([in] PXV_MediaDrawStage nStage, [in] IPXC_Annotation* pAnnot, [in] IUIX_Obj* pVisualizerObj, [in] IUIX_Obj* pOwnerObj, [in] IPXV_MediaDrawContext* pDrawContext);
Parameters
- nStage
- [in] Value of PXV_MediaDrawStage.
- pAnnot
- [in] Pointer to IPXC_Annotation.
- pVisualizerObj
- [in] Pointer to IUIX_Obj.
- pOwnerObj
- [in] Pointer to IUIX_Obj.
- pDrawContext
- [in] Pointer to IPXV_MediaDrawContext.
Return Value
Returns S_OK if operation was successful or error code in other cases.