Interface IOverlayManagerElement
Interface IOverlayManagerElement.
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public interface IOverlayManagerElement
Properties
Cache
Gets or sets the cache.
Declaration
object Cache { get; set; }
Property Value
Type | Description |
---|---|
object | The cache. |
Enabled
Gets or sets a value indicating whether this IOverlayManagerElement is enabled.
Declaration
bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
EndTime
Gets or sets the end time (optional).
Declaration
TimeSpan EndTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The end time. |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |
StartTime
Gets or sets the start time (optional).
Declaration
TimeSpan StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The start time. |