Actionscript Tracking: Camera
This is the tracking issue for Camera in AVM1. We will check off each item of progress as appropriate, and fill in any relevant or missing information as we continue development of Ruffle.
Legend
Each checkbox is independent of another. It's entirely possible for something to be tested but not exist yet, or for us to believe that it's completely functional but we haven't made enough tests to prove it.
"Property Exists"
This means the item exists, but may not necessarily be fully implemented.
"Has Test Coverage"
This means that we believe that we have a good test coverage of this item, regardless of if those tests pass. It's okay to have tests available but not implement the item yet.
"Completely Functional"
This means we believe that the item is completely implemented, and no more work needs to be done towards making it functional.
Camera
Static Properties
names : Array
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
Static Methods
get(index)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
Properties
activityLevel : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
bandwidth : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
currentFps : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
height : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
fps : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
index : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
keyFrameInterval : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
loopback : Boolean
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
motionLevel : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
motionTimeOut : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
muted : Boolean
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
name : String
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
nativeModes : Array
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
quality : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
width : Number
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
Methods
setKeyFrameInterval(keyFrameInterval)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
setLoopback(compress)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
setMode(width, height, fps, favorArea)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
setMotionLevel(motionLevel, timeOut)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
setQuality(bandwidth, quality)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
onActivity(active)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
onStatus(infoObject)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional