Enables or disables use of the Start of Packet(SOP) marker.
public bool UseSopMarker { get; set; }
Public Property UseSopMarker As Boolean
@property (nonatomic, assign) BOOL useSopMarker
public boolean getUseSopMarker()
public void setUseSopMarker(boolean value)
true to use the SOP marker; false, otherwise.
The "Start of Packet" and "End of Packet Header" markers help detect file corruption during transmission. If these markers exist in the JPEG2000 compressed stream, it is easy for the decoder to find the packet boundary, or, in case of a stream error, check the size. If UseSopMarker is true, each packet in any given tile part will be prepended with a SOP marker segment. The SOP marker includes the size of the packet. The default value is false.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document