Click or drag to resize

StreamingStreamingBase Class

Base class for server-side implementations of Streaming
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIStreamingStreamingBase

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.3.0
Syntax
C#
public abstract class StreamingBase

The StreamingStreamingBase type exposes the following members.

Methods
 NameDescription
Public methodGetFrame Gets a stream which can be waited on each new received frame.
Public methodGetStatistics Gets the streaming statistics during or after acquisition.
Public methodInitialize Initializes the streaming service.
Public methodTriggerTraceSave Triggers saving a trace file when streaming is configured in StreamingMode.SM_TRIGGER
Public methodWait Waits until the stream is stopped and all current frames are processed and sent.
Public methodWaitForCurrentSegmentSent Waits until the currently processed segment is finished and sent.
Top
See Also