|
Public Member Functions |
| | CascadeVizData () |
| virtual | ~CascadeVizData () |
| virtual bool | IsPlaying () |
| virtual bool | IsPaused () |
| virtual bool | IsStopped () |
| virtual u32 | GetPlaybackMilliseconds () |
| virtual bool | GetVULevels (u16 &nLeftChannelToSet, u16 &nRightChannelToSet, u16 nScale=0) |
| virtual bool | GetScopeDataMono (s16 *pScopeDataToSet, u16 nNumDataPoints, u16 nYScale=0) |
| virtual bool | GetScopeDataStereo (s16 *pScopeDataLeftToSet, s16 *pScopeDataRightToSet, u16 nNumDataPoints, u16 nYScale=0) |
| virtual bool | GetScopeDataLeft (s16 *pScopeDataToSet, u16 nNumDataPoints, u16 nYScale=0) |
| virtual bool | GetScopeDataRight (s16 *pScopeDataToSet, u16 nNumDataPoints, u16 nYScale=0) |
CascadeVizData allows clients access to real-time vizualization data.