TRANSPORTAUDIOPARMS structure (ksmedia.h)

The TRANSPORTAUDIOPARMS structure is defined but not used.

Syntax

typedef struct tagTRANSPORTAUDIOPARMS {
  LONG EnableOutput;
  LONG EnableRecord;
  LONG EnableSelsync;
  LONG Input;
  LONG MonitorSource;
} TRANSPORTAUDIOPARMS, *PTRANSPORTAUDIOPARMS;

Members

EnableOutput

Specifies the enable audio output. The default is ED_AUDIO_ALL.

EnableRecord

Specifies the enable audio record. The default is zero.

EnableSelsync

Specifies the selsync.

Input

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

MonitorSource

Indicates the monitor source. The default is zero.

Remarks

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

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)