A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
saveToFileWin — Property, class com.rainbowcreatures.FWVideoEncoder
On Windows, if this contains filename, the video will be saved to this file natively, instead of copying it to ByteArray.
saveToGallery(filename:String, album:String) — method, class com.rainbowcreatures.FWVideoEncoder
Save video to gallery / camera roll.
setAudioRealtime(r:Boolean) — method, class com.rainbowcreatures.FWVideoEncoder
Flash Player only - experimental audio recording mode, which uses clock timestamps mixed with monotonic PTS to record audio.
setCaptureRectangle(x:int, y:int, w:int, h:int, color:int, mode:int) — method, class com.rainbowcreatures.FWVideoEncoder
Set capture rectangle on mobile, in realtime.
setDimensions(w:Number, h:Number) — method, class com.rainbowcreatures.FWVideoEncoder
Set video dimensions.
setFps(fps:int) — method, class com.rainbowcreatures.FWVideoEncoder
Set video fps.
setLogging(level:int) — method, class com.rainbowcreatures.FWVideoEncoder
Set logging level.
setRealtime(r:Boolean) — method, class com.rainbowcreatures.FWVideoEncoder
Set realtime mode.
setRecordAudio(mode:String) — method, class com.rainbowcreatures.FWVideoEncoder
Set audio mode.
SpriteBatch3D — class, package com.rainbowcreatures
SpriteBatch3D(context3D:flash.display3D:Context3D) — Constructor, class com.rainbowcreatures.SpriteBatch3D
stage3DWithMC — Property, class com.rainbowcreatures.FWVideoEncoder
Capture Stage3D layer with MovieClip layer (doesn't affect OpenGL capture on mobile).
start(fps:int, _recordAudio:String, _realtime:Boolean, w:Number, h:Number, bitrate:int, audio_sample_rate:int, audio_bit_rate:int, keyframe_freq:Number, frameOffset:flash.geom:Point) — method, class com.rainbowcreatures.FWVideoEncoder
Start FW recording.
STATUS_FINISHED — Constant Static Property, class com.rainbowcreatures.FWVideoEncoder
Use this when listening for FW status events, indicates FW video was encoded and is ready to be saved / worked with.
STATUS_GALLERY_FAILED — Constant Static Property, class com.rainbowcreatures.FWVideoEncoder
Use this when listening for FW status events, only for mobile.
STATUS_GALLERY_SAVED — Constant Static Property, class com.rainbowcreatures.FWVideoEncoder
Use this when listening for FW status events, indicates FW video was saved to gallery / camera roll.
STATUS_READY — Constant Static Property, class com.rainbowcreatures.FWVideoEncoder
Use this when listening for FW status events, indicates FW was loaded and is ready to start.
STATUS_STARTED — Constant Static Property, class com.rainbowcreatures.FWVideoEncoder
Use this when listening for FW status events, indicates FW was started and is ready to record.
STATUS_STOPPED — Constant Static Property, class com.rainbowcreatures.FWVideoEncoder
Use this when listening for FW status events, indicates FW encoding was forced to stop, for example when the app was suspended.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z