Microsoft DirectX 9.0 |
The get_Pan method retrieves the pan level.
Syntax
HRESULT get_Pan(
double *pPan
);
Parameters
pPan
[in] Pointer to a variable that receives the pan level. Possible values range from from 1.0 to 1.0, as follows:
Value | Description |
-1 | Full left |
0 | Center |
1 | Full right |
Return Values
If the method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
See Also