Enum MediaFlowDirection
Specifies the direction of media data flow for a device or stream.
public enum MediaFlowDirection
Fields
Input = 1Media flows into the system (capture/input device).
Output = 2Media flows out of the system (playback/output device).
Unspecified = 0Direction is not specified.