IFrame

Interface class used to reference image data.

Information

    Namespace: TIS.Imaging
    Introduced in version 3.0

Inheritance

    IFrame
            IFrameQueueBuffer
                    UserFrame
            ImageBuffer

Properties

Property Description
ActualDataSize

Returns/sets the actual byte count used in the buffer in IFrame.Ptr. This can be smaller then IFrame.FrameType.BufferSize for compressed formats.

AdditionalFrameDataBlob

Returns frame meta data blob. This contains so called chunk data for devices which support this.

FrameMetadata

Returns frame meta data.

FrameType

Returns the frame type of this frame.

Ptr

Returns a pointer to the image data.

SampleEndTime

[Deprecated] Returns the reference end time of the sample represented by the IFrame.

SampleStartTime

[Deprecated] Returns the reference start time of the sample represented by the IFrame.

Methods

Method Description
CopyFrom

[Deprecated] Copies the image data from a specified IFrame to this IFrame.

GetIntPtr

Returns the pointer to the image data of this frame as an IntPtr.

<< Classes