Class OverlayImage
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
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
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
Stream
Gets or sets the image data stream.
public Stream Stream { get; set; }
Property Value
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged