TRANSPORTVIDEOPARMS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct tagTRANSPORTVIDEOPARMS {
  LONG OutputMode;
  LONG Input;
} TRANSPORTVIDEOPARMS, *PTRANSPORTVIDEOPARMS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-tagtransportvideoparms)

tagTRANSPORTVIDEOPARMS structure

Description

The TRANSPORTVIDEOPARMS structure is defined but not presently used. It may be used in the future.

Members

OutputMode

Specifies the video output mode. For example ED_PLAYBACK.

Input

Specifies the video input to use. For example, specify zero to use the first (zeroth) video input.

Remarks

Any ED_Xxx tokens are defined in xprtdefs.h in the Microsoft DirectX SDK.