WMS_CACHE_CONTENT_TYPE_FLAGS

banner art

Previous Next

WMS_CACHE_CONTENT_TYPE_FLAGS

The WMS_CACHE_CONTENT_TYPE_FLAGS enumeration type identifies whether content is on-demand, broadcast, or a playlist.

Syntax

  typedef enum WMS_CACHE_CONTENT_TYPE{
  
  WMS_CACHE_CONTENT_TYPE_BROADCAST  = 0x1,
  
  WMS_CACHE_CONTENT_TYPE_PLAYLIST  = 0x2
  
  };

Members

CACHE_CONTENT_TYPE_BROADCAST

The content is a broadcast. This does not indicate whether the content is live.

WMS_CACHE_CONTENT_TYPE_PLAYLIST

The content is a playlist. This does not indicate whether the playlist is a wrapper playlist.

Remarks

If this flag is not set, the content is on-demand. When a plug-in calls the OnCompareContentInformation or OnGetContentInformation method on the IWMSCacheProxyServerCallback interface, the server returns a pointer to an IWMSContext interface that contains a WMS_CACHE_CONTENT_TYPE_FLAGS field.

Requirements

Header: streamcache.h.

Library: WMSServerTypeLib.dll.

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

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)

Previous Next