Managed DirectShow Programming Reference

ExecutionState Enumeration

[This is preliminary documentation and subject to change.]

Represents power management states of a thread.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum ExecutionState

Members

Member Name Description Value
NoneThe thread has no power relevant state.0
SystemRequiredInforms the system that the thread is performing some operation that is not normally detected as activity by the system.1
DisplayRequiredInforms the system that the thread is performing some operation that is not normally detected as display activity by the system.2
UserPresentInforms the system that a user is present. If a user is present, the system will use the power policy settings set by the user. Otherwise, the system does not wake the display device and will return to the sleeping state as soon as possible.4
ContinousInforms the system that the state being set should remain in effect until the next call that uses Continous and one of the other state flags is cleared.2147483648

Requirements

Namespace: KvTv.Components

Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

See Also

KvTv.Components Namespace