HBCMS更多的中文手册参考:

ITIMEMediaPlayerNetwork::hasDownloadProgress参数属性

DHTML中文手册

Retrieves a VARIANT_BOOL value that indicates whether a media file has begun to download.

dhtml语法

HRESULT ITIMEMediaPlayerNetwork::get_hasDownloadProgress(VARIANT_BOOL *b);

Parameters

b
Pointer to a variable of type VARIANT_BOOL that receives one of the values listed in Possible Values.

DHTML可能的值

VARIANT_FALSEFile has not begun to download.
VARIANT_TRUEFile has begun to download.

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).