Platform SDK: DirectX

Automatically Downloading Bands

[C++]

You can turn on automatic downloading of bands in one of the following ways:

In the following code example, the global parameter for the performance pPerf is set to enable automatic downloading of bands:

BOOL fAuto = TRUE;
pPerf->SetGlobalParam(GUID_PerfAutoDownload, &fAuto, sizeof(BOOL));
[Visual Basic]

You can turn on automatic downloading of bands for the entire performance by using the DirectMusicPerformance.SetMasterAutoDownload method, or for an individual segment by using the DirectMusicSegment.SetAutoDownloadEnable method.