ITIMEMediaPlayer::abstract Property | Internet Development Index |
Retrieves a description of the media file if available.
Syntax
HRESULT ITIMEMediaPlayer::get_abstract(BSTR *sDesc);
Parameters
- sDesc
- Pointer to a variable of type BSTR that receives a description of the media file.
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).