E_DATA_FLOW Enumeration

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

Fields
 
Name Value Description
E_DATA_FLOW_enum_count 3
eAll 2
eCapture 1
eRender 0
[Flags]
 public enum E_DATA_FLOW
 {
     eRender,
     eCapture,
     eAll,
     E_DATA_FLOW_enum_count
 }
					
This language is not supported or no code example is available.

In this article

Definition