IWMSPublishingPointLimits::get_PlayerCacheDeliveryRate
.gif)
| Previous | Next |
IWMSPublishingPointLimits::get_PlayerCacheDeliveryRate
The get_PlayerCacheDeliveryRate method retrieves the maximum content-delivery rate that a player can request.
Syntax
HRESULT get_PlayerCacheDeliveryRate( long* pVal );
Parameters
pVal
[out] Pointer to a long containing the maximum permitted rate at which a player can request that content be delivered to its cache. A value of 1000 means normal speed. A value of 1500 means 1.5 times normal speed.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
| Return code | Number | Description |
| E_POINTER | 0x80004003 | Indicates that pVal is a NULL pointer argument. |
Remarks
This value determines how much faster than the encoded bit rate the server is allowed to stream content to a player's cache for opportunistic streaming. Opportunistic streaming allows a player to cache additional data whenever the bandwidth of the connection exceeds the encoded bit rate of the on-demand content. This allows the player to minimize the effects of temporary reductions in network throughput. The default value is 5000, meaning content can be delivered at 5 times the encoded bit rate.
Example Code
Requirements
Header: wmsserver.h.
Library: WMSServerTypeLib.dll.
Platform: Windows ServerĀ 2003 family, Windows ServerĀ 2008 family.
See Also
| Previous | Next |