Share via


IWMSDataContainerVersion.SetCacheFlags (Visual Basic .NET)

banner art

Previous Next

IWMSDataContainerVersion.SetCacheFlags (Visual Basic .NET)

The SetCacheFlags method specifies flags that indicate whether content can be cached, proxied, or split.

Syntax

  

Parameters

lFlags

Int32 containing flags that indicate download options. This must be a bitwise OR of one or more of the following WMS_DATA_CONTAINER_VERSION_CACHE_FLAGS values.

Value Description
WMS_DATA_CONTAINER_VERSION_ALLOW_PROXY_CACHING Proxy servers are permitted to cache the content.
WMS_DATA_CONTAINER_VERSION_ALLOW_PLAYER_CACHING Players are permitted to cache the content.
WMS_DATA_CONTAINER_VERSION_ALLOW_STREAM_SPLITTING The content can be split. Splitting a stream means that the proxy server makes a copy for each connected client.

Return Values

This method does not return a value.

Requirements

Reference: Add a reference to Microsoft.WindowsMediaServices.

Namespace: Microsoft.WindowsMediaServices.Interop.

Assembly: Microsoft.WindowsMediaServices.dll.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.

See Also

Previous Next