Encodes video frames as FLV files using the Flash ScreenVideo lossless video codec.

Namespace:  Gallio.Common.Media
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.378.0)

Syntax

C#
public class FlashScreenVideo : Video
Visual Basic (Declaration)
Public Class FlashScreenVideo _
	Inherits Video

Remarks

This video format is useful for embedding video screen captures within web based test reports. Frames are encoded as blocks of 16x16 pixel tiles compressed using ZLib. Unchanged tiles are retained from the previous frame.

The maximum frame size for this video format is 4095x4095.

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Media..::.Video
    Gallio.Common.Media..::.FlashScreenVideo

See Also

FlashScreenVideo Members