ReactOS 0.4.16-dev-38-g96c65e9
|
Public Member Functions | |
HRESULT | Open ([in] const WCHAR *pwszURL, [in] IWMReaderCallback *pCallback, [in] void *pvContext) |
HRESULT | Close () |
HRESULT | GetOutputCount ([out] DWORD *pcOutputs) |
HRESULT | GetOutputProps ([in] DWORD dwOutputNum, [out] IWMOutputMediaProps **ppOutput) |
HRESULT | SetOutputProps ([in] DWORD dwOutputNum, [in] IWMOutputMediaProps *pOutput) |
HRESULT | GetOutputFormatCount ([in] DWORD dwOutputNumber, [out] DWORD *pcFormats) |
HRESULT | GetOutputFormat ([in] DWORD dwOutputNumber, [in] DWORD dwFormatNumber, [out] IWMOutputMediaProps **ppProps) |
HRESULT | Start ([in] QWORD cnsStart, [in] QWORD cnsDuration, [in] float fRate, [in] void *pvContext) |
HRESULT | Stop () |
HRESULT | Pause () |
HRESULT | Resume () |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 670 of file wmsdkidl.idl.
HRESULT IWMReader::Close | ( | ) |
HRESULT IWMReader::GetOutputFormat | ( | [in] DWORD | dwOutputNumber, |
[in] DWORD | dwFormatNumber, | ||
[out] IWMOutputMediaProps ** | ppProps | ||
) |
HRESULT IWMReader::GetOutputProps | ( | [in] DWORD | dwOutputNum, |
[out] IWMOutputMediaProps ** | ppOutput | ||
) |
HRESULT IWMReader::Open | ( | [in] const WCHAR * | pwszURL, |
[in] IWMReaderCallback * | pCallback, | ||
[in] void * | pvContext | ||
) |
HRESULT IWMReader::Pause | ( | ) |
HRESULT IWMReader::Resume | ( | ) |
HRESULT IWMReader::SetOutputProps | ( | [in] DWORD | dwOutputNum, |
[in] IWMOutputMediaProps * | pOutput | ||
) |
HRESULT IWMReader::Start | ( | [in] QWORD | cnsStart, |
[in] QWORD | cnsDuration, | ||
[in] float | fRate, | ||
[in] void * | pvContext | ||
) |
HRESULT IWMReader::Stop | ( | ) |