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.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
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 |