Table of Contents

Class RenderSynchState

Namespace
AllenNeuralDynamics.AindBehaviorServices.DataTypes
Assembly
AllenNeuralDynamics.AindBehaviorServices.dll
[Combinator]
[WorkflowElementCategory(ElementCategory.Source)]
public class RenderSynchState
Inheritance
RenderSynchState
Inherited Members

Constructors

RenderSynchState()

public RenderSynchState()

RenderSynchState(RenderSynchState)

protected RenderSynchState(RenderSynchState other)

Parameters

other RenderSynchState

Properties

FrameIndex

The frame index of the event

[JsonProperty("frame_index")]
public int? FrameIndex { get; set; }

Property Value

int?

FrameTimestamp

The timestamp of the frame

[JsonProperty("frame_timestamp")]
public double? FrameTimestamp { get; set; }

Property Value

double?

SyncQuadValue

The synchronization quad value

[JsonProperty("sync_quad_value")]
public double? SyncQuadValue { get; set; }

Property Value

double?

Methods

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder stringBuilder)

Parameters

stringBuilder StringBuilder

Returns

bool

Process()

public IObservable<RenderSynchState> Process()

Returns

IObservable<RenderSynchState>

Process<TSource>(IObservable<TSource>)

public IObservable<RenderSynchState> Process<TSource>(IObservable<TSource> source)

Parameters

source IObservable<TSource>

Returns

IObservable<RenderSynchState>

Type Parameters

TSource

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.