Af2NetStream.setSpeaker - affluxis/csjava GitHub Wiki
Usage
mystream.setSpeaker(mode)
Parameters
mode - A boolean that specifies audio output medium.
Description
Method; sends playback streaming audio to the device's audio output medium. This method is available only to the player of the specified stream.
Example
The following example switches audio output to speaker.
mystream.setSpeaker(true);
See also
Af2NetStream.play