Table of Contents

Enum MediaFlowDirection

Namespace
VAST.Common
Assembly
VAST.Common.dll

Specifies the direction of media data flow for a device or stream.

public enum MediaFlowDirection

Fields

Input = 1

Media flows into the system (capture/input device).

Output = 2

Media flows out of the system (playback/output device).

Unspecified = 0

Direction is not specified.