// ksmedia.h
typedef struct tagTRANSPORTVIDEOPARMS {
LONG OutputMode;
LONG Input;
} TRANSPORTVIDEOPARMS, *PTRANSPORTVIDEOPARMS;
View the official Windows Driver Kit DDI referenceNo description available.
The TRANSPORTVIDEOPARMS structure is defined but not presently used. It may be used in the future.
OutputModeSpecifies the video output mode. For example ED_PLAYBACK.
InputSpecifies the video input to use. For example, specify zero to use the first (zeroth) video input.
Any ED_Xxx tokens are defined in xprtdefs.h in the Microsoft DirectX SDK.