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  
addAudioFrame(data:flash.utils:ByteArray) — method, class com.rainbowcreatures.FWVideoEncoder
Add 32-bit floating PCM audio data to encoder.
addAudioFrameShorts(data:flash.utils:ByteArray) — method, class com.rainbowcreatures.FWVideoEncoder
Add 16-bit shorts to encoder.
addSoundtrack(s:flash.media:Sound) — method, class com.rainbowcreatures.FWVideoEncoder
Add soundtrack to the video (typically mp3).
addVideoFrame(pixels:flash.utils:ByteArray) — method, class com.rainbowcreatures.FWVideoEncoder
Add ARGB frame ByteArray to the video encoder.
agalcode — Property, class com.adobe.utils.AGALMiniAssembler
AGALMiniAssembler — class, package com.adobe.utils
AGALMiniAssembler(debugging:Boolean) — Constructor, class com.adobe.utils.AGALMiniAssembler
allocateDomainMemory — Property, class com.rainbowcreatures.FWVideoEncoder
Pre-allocate domain memory for the Flash recorder? This might reduce the memory growth as it should avoid memory fragmentation.
android_getEncoderQuirks() — method, class com.rainbowcreatures.FWVideoEncoder
Special method to get Android encoder quirks string.
assemble(mode:String, source:String, version:uint, ignorelimits:Boolean) — method, class com.adobe.utils.AGALMiniAssembler
assemble2(ctx3d:flash.display3D:Context3D, version:uint, vertexsrc:String, fragmentsrc:String) — method, class com.adobe.utils.AGALMiniAssembler
AUDIO_MICROPHONE — Constant Static Property, class com.rainbowcreatures.FWVideoEncoder
Audio recording from microphone.
AUDIO_MONO — Constant Static Property, class com.rainbowcreatures.FWVideoEncoder
Audio recording in MONO.
AUDIO_OFF — Constant Static Property, class com.rainbowcreatures.FWVideoEncoder
// public static const STATUS_CAPTURE_AUTHORIZED:String = "capture_authorized"; // public static const STATUS_CAPTURE_DENIED:String = "capture_denied"; / Audio recording is OFF.
AUDIO_STEREO — Constant Static Property, class com.rainbowcreatures.FWVideoEncoder
Audio recording is STEREO.
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