Enables or disables use of the End of Packet Header (EPH) marker.
public bool UseEphMarker { get; set; }
Public Property UseEphMarker As Boolean
@property (nonatomic, assign) BOOL useEphMarker
public boolean getUseEphMarker()
public void setUseEphMarker(boolean value)
true to use the EPH 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 UseEphMarker is true, each packet header in any given tile part is postpended with an EPH marker segment. 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