Table of Contents

Class OverlayImage

Namespace
VAST.Media
Assembly
VAST.Common.dll

Represents an overlay image descriptor used in video processing.

public class OverlayImage : INotifyPropertyChanged
Inheritance
OverlayImage
Implements
Inherited Members

Constructors

OverlayImage()

public OverlayImage()

Properties

Framerate

Gets or sets the user-specified framerate of the animated image.

public Rational Framerate { get; set; }

Property Value

Rational

Remarks

This value overrides the framerate extracted from the image file.

Location

Gets or sets the image location on the output video.

public Rect Location { get; set; }

Property Value

Rect

Loop

Gets or sets a value indicating whether the animated image should be played in an endless loop.

public bool Loop { get; set; }

Property Value

bool

Stream

Gets or sets the image data stream.

public Stream Stream { get; set; }

Property Value

Stream

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler