ITIMEMediaPlayerControl::getControl Method | Internet Development Index |
Retrieves IUnknown control.
Syntax
HRESULT getControl(
IUnknown **control );
Parameters
- control
- IUnknown control desired.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method is only relevant for people who are writing a custom player for HTML+TIME (Timed Interactive Multimedia Extensions).