ITIMEMediaPlayerNetwork::isBuffered Property | Internet Development Index |
Retrieves whether the media can be buffered.
Syntax
HRESULT ITIMEMediaPlayerNetwork::get_isBuffered(VARIANT_BOOL *b);
Parameters
- b
- Pointer to a variable of type VARIANT_BOOL that receives one of the values listed in Possible Values.
Possible Values
VARIANT_FALSE Media cannot be buffered. VARIANT_TRUE Media can be buffered
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).