ITIMEMediaPlayerSite::timeElement Property | Internet Development Index | 
Used by the control to retrieve the time node
Syntax
HRESULT ITIMEMediaPlayerSite::get_timeElement(ITIMEElement **pElm);
Parameters
- pElm
 - Address of a pointer to a variable of type ITIMEElement interface that receives the time node.
 
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).