ITIMEMediaPlayer::customObject Property | Internet Development Index |
Allows the player to pass in a dispatch that implements the custom object model. This interface can be passed out to script.
Syntax
HRESULT ITIMEMediaPlayer::get_customObject(IDispatch **disp);
Parameters
- disp
- Address of a pointer to a variable of type IDispatch interface that receives the dispatch that impliments the custom object model.
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).