Class OverlayManagerCallbackEventArgs
Overlay Manager callback args. Implements the EventArgs.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class OverlayManagerCallbackEventArgs : EventArgs
Constructors
OverlayManagerCallbackEventArgs(Context, TimeSpan, TimeSpan)
Initializes a new instance of the OverlayManagerCallbackEventArgs class.
Declaration
public OverlayManagerCallbackEventArgs(Context context, TimeSpan timestamp, TimeSpan duration)
Parameters
Type | Name | Description |
---|---|---|
Context | context | The context. |
TimeSpan | timestamp | The timestamp. |
TimeSpan | duration | The duration. |
Properties
Context
Gets the context.
Declaration
public Context Context { get; }
Property Value
Type | Description |
---|---|
Context | The context. |
Duration
Gets the duration.
Declaration
public TimeSpan Duration { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The duration. |
Timestamp
Gets the timestamp.
Declaration
public TimeSpan Timestamp { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The timestamp. |