ITIMEMediaElement::title Property
This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.
Gets the title of the media file.
Syntax
HRESULT ITIMEMediaElement::get_title(BSTR *title);
Parameters
- title
Pointer to a variable of type BSTR that receives the title of the media file.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
If the media title information is not available, an empty string ("") is returned.
When used with an Advanced Stream Redirector (ASX) file, this property gets the ITIMEMediaElement::title of the current active entry—not the title of the ASX file.
See Also