PLAY_VOICE_ELEMENTS_RTN_ST
- total_elements
- The number of voice elements played. If the wait flag was set to CA_NOWAIT,
this may be less than the element_count supplied because a blocking condition
occurred.
- underrun
- Indicates whether underrun occurred before playing the voice data. NO_UNDERRUN
indicates that underrun has not occurred. ACCEPTABLE_UNDERRUN indicates
that underrun did occur, but the play_flags for the previous voice data
were set to PERMIT_UNDERRUN. UNACCEPTABLE_UNDERRUN indicates that underrun
did occur, and the play_flags for the previous voice data were set to UNDERRUN_NOT_EXPECTED.