Class IPvImageJPEG
Generic interface to a JPEG image.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class IPvImageJPEG : IDisposable
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourceDataFormat
Data format of IPvImageJPEG.
Declaration
public virtual uint DataFormat { get; }
Property Value
| Type | Description |
|---|---|
| uint |
DataSize
Data size of IPvImageJPEG.
Declaration
public virtual ulong DataSize { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
Flag
Flag of IPvImageJPEG.
Declaration
public virtual byte Flag { get; }
Property Value
| Type | Description |
|---|---|
| byte |
TimestampTickFrequency
Timestamp tick frequency of IPvImageJPEG.
Declaration
public virtual ulong TimestampTickFrequency { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~IPvImageJPEG()
Destructor.
Declaration
protected ~IPvImageJPEG()
GetDataPointer()
Get the buffer's data pointer.
Declaration
public virtual byte* GetDataPointer()
Returns
| Type | Description |
|---|---|
| byte* | A pointer to the memory pointer. |