WMS_THINNING_MODIFIER

banner art

Previous Next

WMS_THINNING_MODIFIER

The WMS_THINNING_MODIFIER enumeration type identifies the type of stream thinning.

Syntax

  typedef enum WMS_STREAM_MODIFIERS{
  WMS_NO_THINNING  = 0,
  WMS_INTERMEDIATE_FRAME_THINNING  = 1,
  WMS_REMOVE_ALL_FRAMES  = 2
};

Members

WMS_NO_THINNING

The stream should play normally.

WMS_INTERMEDIATE_FRAME_THINNING

The stream should play key frames only.

WMS_REMOVE_ALL_FRAMES

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