libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
libZPlayDelphi.TWaveOutFunctionality Enumeration

Wave out optional functionality supported by the device.

Pascal
TWaveOutFunctionality = (
  supportPitchControl = 1,
  supportPlaybackRateControl = 2,
  supportVolumeControl = 4,
  supportSeparateLeftRightVolume = 8,
  supportSync = 16,
  supportSampleAccuratePosition = 32,
  supportDirectSound = 64
);
Parameters 
Description 
supportPitchControl 
Pitch control supported. 
supportPlaybackRateControl 
Playback rate control supported. 
supportVolumeControl 
Volume control supported. 
supportSeparateLeftRightVolume 
Separate volume control supported. 
supportSync 
Sync supported. 
supportSampleAccuratePosition 
Sample accurate position supported. 
supportDirectSound 
DirectX supported. 

These values regards to Support member of TWaveOutInfo structure.

Copyright (c) 2010. Zoran Cindori - All rights reserved.

Web: http://libzplay.sourceforge.net/

Email: zcindori@inet.hr