C# Class Emgu.CV.Structure.MCvSeqReader

Wrapped CvSeqReader structure
Exibir arquivo Open project: fajoy/RTSPExample

Public Properties

Property Type Description
block System.IntPtr
block_max System.IntPtr
block_min System.IntPtr
delta_index int
header_size int
prev_elem System.IntPtr
ptr System.IntPtr
seq System.IntPtr

Property Details

block public_oe property

current block
public IntPtr,System block
return System.IntPtr

block_max public_oe property

pointer to the end of block
public IntPtr,System block_max
return System.IntPtr

block_min public_oe property

pointer to the beginning of block
public IntPtr,System block_min
return System.IntPtr

delta_index public_oe property

= seq->first->start_index
public int delta_index
return int

header_size public_oe property

The size of the header
public int header_size
return int

prev_elem public_oe property

pointer to previous element
public IntPtr,System prev_elem
return System.IntPtr

ptr public_oe property

pointer to element be read next
public IntPtr,System ptr
return System.IntPtr

seq public_oe property

sequence, beign read
public IntPtr,System seq
return System.IntPtr