Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

MixerLineComponentType (Structures)
 
.
Summary

C# Definition:

struct MixerLineComponentType {
   public TODO;
}

VB Definition:

Enum MixerLineComponentType As UInteger
  MIXERLINE_COMPONENTTYPE_DST_UNDEFINED = &H0
  MIXERLINE_COMPONENTTYPE_DST_DIGITAL = &H1
  MIXERLINE_COMPONENTTYPE_DST_LINE = &H2
  MIXERLINE_COMPONENTTYPE_DST_MONITOR = &H3
  MIXERLINE_COMPONENTTYPE_DST_SPEAKERS = &H4
  MIXERLINE_COMPONENTTYPE_DST_HEADPHONES = &H5
  MIXERLINE_COMPONENTTYPE_DST_TELEPHONE = &H6
  MIXERLINE_COMPONENTTYPE_DST_WAVEIN = &H7
  MIXERLINE_COMPONENTTYPE_DST_VOICEIN = &H8
  MIXERLINE_COMPONENTTYPE_SRC_UNDEFINED = &H1000
  MIXERLINE_COMPONENTTYPE_SRC_DIGITAL = &H1001
  MIXERLINE_COMPONENTTYPE_SRC_LINE = &H1002
  MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE = &H1003
  MIXERLINE_COMPONENTTYPE_SRC_SYNTHESIZER = &H1004
  MIXERLINE_COMPONENTTYPE_SRC_COMPACTDISC = &H1005
  MIXERLINE_COMPONENTTYPE_SRC_TELEPHONE = &H1006
  MIXERLINE_COMPONENTTYPE_SRC_PCSPEAKER = &H1007
  MIXERLINE_COMPONENTTYPE_SRC_WAVEOUT = &H1008
  MIXERLINE_COMPONENTTYPE_SRC_AUXILIARY = &H1009
  MIXERLINE_COMPONENTTYPE_SRC_ANALOG = &H100A
End Enum

User-Defined Field Types:

None.

Notes:

None.

Documentation
MIXERLINE on MSDN.

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions