Microsoft DirectX 9.0 |
The GetOutputFormat method retrieves the Line 21 Decoder filter's output format.
Syntax
HRESULT GetOutputFormat(
LPBITMAPINFOHEADER lpbmih
);
Parameters
lpbmih
Pointer to a caller-allocated BITMAPINFOHEADER structure.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
E_INVALIDARG | Invalid argument |
S_OK | Success |
S_FALSE | The output format has not been set. |
See Also