Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The get_Allocator_ID method retrieves an identifier for the VMR filter's allocator-presenter.
Syntax
HRESULT get_Allocator_ID(
long *pID
);
Parameters
pID
[out] Pointer to a variable that receives the identifier. If the returned value is -1, the MSVidVideoRenderer object will assign a default identifier when it builds the filter graph.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
S_OK | Success. |
Remarks
The identifier is for application use; it is not used by the VMR.
See Also