Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
OpenMetaverse
Imaging
OpenJPEG.MarshalledPacket
C# Class OpenMetaverse.Imaging.OpenJPEG.MarshalledPacket
Information about a single packet in a JPEG2000 stream
Datei anzeigen
Open project: 3di/3di-viewer-rei-libs
Public Properties
Property
Type
Description
end_ph_pos
int
end_pos
int
start_pos
int
Public Methods
Method
Description
ToString
( ) :
string
Method Details
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
end_ph_pos
public_oe property
Packet header end position
public
int
end_ph_pos
return
int
end_pos
public_oe property
Packet end position
public
int
end_pos
return
int
start_pos
public_oe property
Packet start position
public
int
start_pos
return
int