Client-Side Communication ActionScript > Camera.loopback

 

Camera.loopback

Availability

Flash Player 6.

Flash Communication Server MX (not required).

Usage

activeCamera.loopback

Description

Read-only property; a Boolean value that specifies whether a local view of what the camera is capturing is compressed and decompressed as it would be for live transmission using Flash Communication Server (true) or uncompressed (false). The default value is false.

To set this value, use Camera.setLoopback. To set the amount of compression used when this property is true, use Camera.setQuality.

Example

See the example for Camera.setLoopback.

See also

Camera.setLoopback, Camera.setQuality