ClanSoft logo
ClanSoft logo

    CL_Streamed_WaveSample::CL_Streamed_WaveSample

Syntax

CL_Streamed_WaveSample(
        const char *filename,
        CL_InputSourceProvider *inputprovider = NULL,
        bool looped = false);

Parameters

filename-Filename of the raw PCM stream.
frequency-Default playback frequency.
inputprovider-Input source (datafile, regular file). If NULL
looped-True if the streamed should be looped (stream never ends).

Description

Constructs an instance of this class.


Back to index



This page was built using the Perceps documentation system.