WMS_STREAM_MODIFIERS

banner art

Previous Next

WMS_STREAM_MODIFIERS

The WMS_STREAM_MODIFIERS enumeration type identifies stream modifications.

Syntax

  typedef enum WMS_STREAM_MODIFIERS{
  WMS_NO_MODIFIER  = 0,
  WMS_THINNING_MODIFIER  = 1,
  WMS_REMOVE_ALL_FRAMES_MODIFIER  = 2
};

Members

WMS_NO_MODIFIER

The stream should play normally.

WMS_THINNING_MODIFIER

The stream should use the thinning modifier from the enumeration type WMS_THINNING_MODIFIER.

WMS_REMOVE_ALL_FRAMES_MODIFIER

The stream should be disabled.

Requirements

Header: streamdescription.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next