ITIMEMediaPlayer::currTime Property | Internet Development Index |
Retrieves the current playback time of the player.
Syntax
HRESULT ITIMEMediaPlayer::get_currTime(double *time);
Parameters
- time
- Pointer to a variable of type double that receives the current playback time of the player.
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).