Table of Contents

Property Path

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Path

Gets or sets the identifier of the named stream from which to read the samples.

public string Path { get; set; }

Property Value

string

Remarks

If the identifier uses the named pipe prefix \.\pipe</code>, a corresponding NamedPipeClientStream object is created; otherwise a regular FileStream is used.