ITIMEMediaPlayer::copyright Property | Internet Development Index |
Retrieves the copyright information associated with a media file.
Syntax
HRESULT ITIMEMediaPlayer::get_copyright(BSTR *cpyrght);
Parameters
- cpyrght
- Pointer to a variable of type BSTR that receives the copyright information associated with 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).