WMS_CACHE_CONTENT_TYPE_FLAGS
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)
- IWMSCacheProxyServerCallback Object (Visual Basic .NET)
- IWMSCacheProxyServerCallback.OnCompareContentInformation (Visual Basic .NET)
- IWMSCacheProxyServerCallback.OnGetContentInformation (Visual Basic .NET)
See Also (C#)
- IWMSCacheProxyServerCallback Object (C#)
- IWMSCacheProxyServerCallback.OnCompareContentInformation (C#)
- IWMSCacheProxyServerCallback.OnGetContentInformation (C#)
See Also (C++)
- IWMSCacheProxyServerCallback Interface
- IWMSCacheProxyServerCallback::OnCompareContentInformation
- IWMSCacheProxyServerCallback::OnGetContentInformation
Previous | Next |