Class AravisStreamDiagnostics
- Namespace
- VisioForge.Core.GenICam
- Assembly
- VisioForge.Core.dll
Stream diagnostics information
public class AravisStreamDiagnosticsInheritance
Inherited Members
Properties
BufferCount
Number of allocated buffers
public int BufferCount { get; set; }Property Value
CompletedBuffers
Number of successfully completed buffers
public ulong CompletedBuffers { get; set; }Property Value
ErrorMessage
Error message if diagnostics failed
public string ErrorMessage { get; set; }Property Value
FailedBuffers
Number of failed buffers
public ulong FailedBuffers { get; set; }Property Value
FillingBuffers
Number of buffers currently being filled
public int FillingBuffers { get; set; }Property Value
HasStreamHandle
Whether a stream handle exists
public bool HasStreamHandle { get; set; }Property Value
InputBuffers
Number of input buffers
public int InputBuffers { get; set; }Property Value
IsStreaming
Whether streaming is currently active
public bool IsStreaming { get; set; }Property Value
OutputBuffers
Number of output buffers
public int OutputBuffers { get; set; }Property Value
UnderrunBuffers
Number of buffer underruns
public ulong UnderrunBuffers { get; set; }Property Value
Methods
ToString()
Gets diagnostic information as string
public override string ToString()Returns
- string
-
Diagnostic information