ITIMEMediaPlayer::clipEnd Property | Internet Development Index |
Sets or retrieves the end point of a sub-clip of a continuous media object.
Syntax
HRESULT ITIMEMediaPlayer::put_clipEnd(VARIANT e);
Parameters
- e
- VARIANT that specifies the end point of a media object as an offset from the start time.
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).