ITIMEMediaPlayerNetwork::downloadProgress Property | Internet Development Index |
Retrieves the downloading progress of the media.
Syntax
HRESULT ITIMEMediaPlayerNetwork::get_downloadProgress(long *l);
Parameters
- l
- Pointer to a variable of type long that receives the downloading progress of the media.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This property is only relevant for people who are writing a custom player for HTML+TIME (Timed Interactive Multimedia Extensions).