Oops! Sorry, here it the latest and greatest. (I must have not subversioned properly.)
- David
|
mediastream.lzx
Description: Binary data
On Nov 22, 2006, at 12:53 PM, Sarah Allen wrote: odd.. this seems like exactly the same change... maybe the svn change package thing got confused....
in /Users/ungar/src/svn/openlaszlo/trunk
LPP-3092 In mediastream, _setCam and _setMic need to send the oncam and onmic events. LPP-3091 no way to tell if a mediastream is broadcasting LPP-3090 No way to mute the video on a particular stream LPP-3089 No way to mute the audio on a particular stream
Technical Reviewer: sallen (pending) QA Reviewer: tbd (pending) Doc Reviewer: sallen (pending)
Added broadcasting attribute to see if stream is broadcasting. (Implementation of same could be better by expanding possible values of "mode".)
Added muteaudio and mutevideo attributes to check/set muting.
Added line of code to falsify "playing" attribute when stream stops playing.
Added oncam and onmic event sending to setters.
test/video/test-muting-and-playing.lzx
Note: the following tests do not work for me with either the baseline mediastream or with mine:
A test/video/test-muting-and-playing.lzx M lps/components/extensions/av/mediastream.lzx
|