Class RecordedOutput
- Namespace
- DotFly
- Assembly
- DotFly.Engine.dll
A published output frame as recorded.
public sealed record RecordedOutput : IEquatable<RecordedOutput>
- Inheritance
-
RecordedOutput
- Implements
- Inherited Members
Constructors
RecordedOutput(long, int, long, float[])
A published output frame as recorded.
public RecordedOutput(long Step, int Port, long FrameIndex, float[] Values)
Parameters
SteplongStep the frame was published after.
PortintPort id.
FrameIndexlongFrame index.
Valuesfloat[]Values.
Properties
FrameIndex
Frame index.
public long FrameIndex { get; init; }
Property Value
Port
Port id.
public int Port { get; init; }
Property Value
Step
Step the frame was published after.
public long Step { get; init; }
Property Value
Values
Values.
public float[] Values { get; init; }
Property Value
- float[]