Table of Contents

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

Step long

Step the frame was published after.

Port int

Port id.

FrameIndex long

Frame index.

Values float[]

Values.

Properties

FrameIndex

Frame index.

public long FrameIndex { get; init; }

Property Value

long

Port

Port id.

public int Port { get; init; }

Property Value

int

Step

Step the frame was published after.

public long Step { get; init; }

Property Value

long

Values

Values.

public float[] Values { get; init; }

Property Value

float[]