Connectors Supported by Media Drivers

Each implementation of a media device defines the connectors that it supports. This information is maintained in the media driver and can vary with the underlying hardware.

The following table lists each media device and the connector types applicable to each device. The actual number and types of connectors in each device can vary from one implementation to another.

┌───────────────┬─────────────────────────────────────────────┐
│Device Type    │Connectors                                   │
├───────────────┼─────────────────────────────────────────────┤
│ampmix         │amp stream, headphones, speakers, microphone,│
│               │line in, line out                            │
├───────────────┼─────────────────────────────────────────────┤
│cdaudio        │cd stream, headphones                        │
├───────────────┼─────────────────────────────────────────────┤
│cdxa           │xa stream                                    │
├───────────────┼─────────────────────────────────────────────┤
│digitalvideo   │headphones, speakers, microphone, line in,   │
│               │line out, audio in, audio out                │
├───────────────┼─────────────────────────────────────────────┤
│headphones     │audio in                                     │
├───────────────┼─────────────────────────────────────────────┤
│microphone     │audio out                                    │
├───────────────┼─────────────────────────────────────────────┤
│sequencer      │midi stream, headphones, speakers, line out  │
├───────────────┼─────────────────────────────────────────────┤
│videodisc      │video out, line out                          │
├───────────────┼─────────────────────────────────────────────┤
│speakers       │audio in                                     │
├───────────────┼─────────────────────────────────────────────┤
│waveaudio      │wave stream, headphones, speakers,           │
│               │microphone, line in, line out                │
└───────────────┴─────────────────────────────────────────────┘


[Back: Default and Device Context Connections]
[Next: Allowable Connections for Connector Types]