Class RenderSynchState
- 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
SyncQuadValue
The synchronization quad value
[JsonProperty("sync_quad_value")]
public double? SyncQuadValue { get; set; }
Property Value
Methods
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder stringBuilder)
Parameters
stringBuilder
StringBuilder
Returns
Process()
public IObservable<RenderSynchState> Process()
Returns
Process<TSource>(IObservable<TSource>)
public IObservable<RenderSynchState> Process<TSource>(IObservable<TSource> source)
Parameters
source
IObservable<TSource>
Returns
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.