TRANSPORTVIDEOPARMS structure (ksmedia.h)
The TRANSPORTVIDEOPARMS structure is defined but not presently used. It may be used in the future.
Syntax
typedef struct tagTRANSPORTVIDEOPARMS {
LONG OutputMode;
LONG Input;
} TRANSPORTVIDEOPARMS, *PTRANSPORTVIDEOPARMS;
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.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |