Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The DMUS_IO_PORTCONFIG_HEADER structure contains information about a port configuration. It is used in the Audiopath Form.
Syntax
typedef struct _DMUS_IO_PORTCONFIG_HEADER {
GUID guidPort;
DWORD dwPChannelBase;
DWORD dwPChannelCount;
DWORD dwFlags;
} DMUS_IO_PORTCONFIG_HEADER;
Members
guidPort
Unique identifier of port.
dwPChannelBase
First performance channel .
dwPChannelCount
Number of performance channels.
dwFlags
Configuration flags. The following values are defined.
| Value | Description |
| DMUS_PORTCONFIGF_DRUMSON10 | Drums are on channel 10. |
| DMUS_PORTCONFIGF_USEDEFAULT | Use the default port. |
Requirements
** Header:** Dmusicf.h
See Also