Microsoft DirectX 8.1 (C++) |
The IDirectMusicThru8 interface supports thruing of music messages from a capture port to another port. It is obtained by calling QueryInterface on the IDirectMusicPort8 interface for the capture port. For an example, see the Remarks for IDirectMusicThru8::ThruChannel.
IDirectMusicThru8 is a type definition for IDirectMusicThru. The two interface names can be used interchangeably.
In addition to the methods inherited from IUnknown, the IDirectMusicThru8 interface exposes the following methods.
Method | Description |
ThruChannel | Establishes or breaks a thruing connection between a channel on a capture port and a channel on another port. |
The LPDIRECTMUSICTHRU8 type is defined as a pointer to this interface.
typedef IDirectMusicThru8 *LPDIRECTMUSICTHRU8;
Requirements
Header: Declared in dmusici.h.
See Also