Table of Contents

Class StartAcquisition

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class StartAcquisition : Combinator<ContextTask, Frame>
Inheritance
StartAcquisition
Inherited Members

Properties

ReadSize

public int ReadSize { get; set; }

Property Value

int

WriteSize

public int WriteSize { get; set; }

Property Value

int

Methods

Process(IObservable<ContextTask>)

Processes an observable sequence into a new sequence of the specified element type.

public override IObservable<Frame> Process(IObservable<ContextTask> source)

Parameters

source IObservable<ContextTask>

The source sequence to process.

Returns

IObservable<Frame>

An observable sequence with elements of type oni.Frame.