VideoSound::Start

VideoSound::Start
virtual void Start(PCMStream * pstream) = 0;
Description

Start tells video sound to begin sound output by polling PCM data from 'pstream'. For success, state returned by GetStatus should transition to Sound_Playing.

Parameters
Parameters 
Description 
PCMStream * pstream 
Pointer to PCMStream for obtaining the PCM data.