Previous | Next |
The GetInputFormat method retrieves possible media formats for the specified input.
Syntax
HRESULT GetInputFormat(
DWORD dwInputNumber,
DWORD dwFormatNumber,
IWMInputMediaProps** pProps
);
Parameters
dwInputNumber
[in] Double word containing the input number.
dwFormatNumber
[in] Double word containing the format number.
pProps
[out] Pointer to an IWMInputMediaProps object.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also
Previous | Next |