Search...

EndBehaviorType

The different behaviors an audio receive stream can have for deciding when to end.
declare enum EndBehaviorType 
declare enum EndBehaviorType 

AfterInactivity

=

2

The stream will end after a given time period of no audio packets.

AfterSilence

=

1

The stream will end after a given time period of silence/no audio packets.

Manual

=

0

The stream will only end when manually destroyed.