IWMSServerTotalCounters::get_Advertisements

banner art

Previous Next

IWMSServerTotalCounters::get_Advertisements

The get_Advertisements method retrieves the cumulative number of advertisements that have been streamed from playlists since the last reset.

Syntax

  HRESULT get_Advertisements(
  
  long*
  
  pVal
  
  );

Parameters

pVal

[out] Pointer to a long containing the cumulative number of advertisements that have been streamed.

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

When the server starts streaming from a playlist in which the role attribute has been set to Advertisement, the counters should be updated. The value specified for the role attribute can be accessed through the presentation context WMS_PRESENT_PLAYLIST_ENTRY_ROLE property.

Example Code

  

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003 family, Windows Server 2008 family.

See Also

Previous Next