ClanSoft logo
ClanSoft logo

    CL_Sound::add_card_preload

Syntax

static void add_card_preload(CL_SoundCard *card);

Parameters

card-The card to be added to the preload list.

Description

Adds card to the preloaded soundcards list. This means all soundbuffers will be automatically preloaded onto the card. By default the first card is always on the preload list.
If a card isnt on the list, the soundbuffers data will first be loaded when the sample is actually played for the first time.


Back to index



This page was built using the Perceps documentation system.