Play
Applies to

TDirectSoundBuffer

Declaration

procedure Play( Flags: Longint );

Description

Calls the interface Play method to cause the sound buffer to play from the current position. See IDirectSoundBuffer::Play for more information.

Note

You should handle the EDirectSoundError exception with error code DSERR_BUFFERLOST which may occur in normal circunstances.