Table of Contents

Class AravisStreamDiagnostics

Namespace
VisioForge.Core.GenICam
Assembly
VisioForge.Core.dll

Stream diagnostics information

public class AravisStreamDiagnostics

Inheritance

Inherited Members

Properties

BufferCount

Number of allocated buffers

public int BufferCount { get; set; }

Property Value

int

CompletedBuffers

Number of successfully completed buffers

public ulong CompletedBuffers { get; set; }

Property Value

ulong

ErrorMessage

Error message if diagnostics failed

public string ErrorMessage { get; set; }

Property Value

string

FailedBuffers

Number of failed buffers

public ulong FailedBuffers { get; set; }

Property Value

ulong

FillingBuffers

Number of buffers currently being filled

public int FillingBuffers { get; set; }

Property Value

int

HasStreamHandle

Whether a stream handle exists

public bool HasStreamHandle { get; set; }

Property Value

bool

InputBuffers

Number of input buffers

public int InputBuffers { get; set; }

Property Value

int

IsStreaming

Whether streaming is currently active

public bool IsStreaming { get; set; }

Property Value

bool

OutputBuffers

Number of output buffers

public int OutputBuffers { get; set; }

Property Value

int

UnderrunBuffers

Number of buffer underruns

public ulong UnderrunBuffers { get; set; }

Property Value

ulong

Methods

ToString()

Gets diagnostic information as string

public override string ToString()

Returns

string

Diagnostic information