|
StreamQueueStalled event |
![]() ![]()
|
Remarks
Occurs when a queued stream, created through the StreamQueueCreate method and fed through the StreamQueuePushData method, doesn't have PCM data to play.
Syntax
[Visual Basic] Public Event StreamQueueStalled As PlayerEventHandler |
[C#] public event PlayerEventHandler StreamQueueStalled; |
[C++] public: __event PlayerEventHandler* StreamQueueStalled; |
Event Data
The event handler receives an argument of type PlayerEventArgs having the following parameters:
Parameters |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the player that fired the event |