VideoFrame Class

Represents the internal structure for how image frames are passed to the DFX Engine since there is little in the way of standards.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public class VideoFrame : IDisposable
Inheritance
Object    VideoFrame
Implements
IDisposable

Remarks

DFX requires having all three color channels and an accurate timestamp for the video frame along with knowing it's position within the stream.

Constructors

VideoFrame Create a VideoFrame object

Methods

DisposeReleases all resources used by the VideoFrame
Dispose(Boolean)Releases the unmanaged resources used by the VideoFrame and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also