virtual void Start(PCMStream * pstream) = 0;
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 |
Description |
PCMStream * pstream |
Pointer to PCMStream for obtaining the PCM data. |