Indicates the overlay callback mode.
public enum CodecsOverlayCallbackMode
Public Enum CodecsOverlayCallbackMode
typedef NS_ENUM(NSInteger, LTCodecsOverlayCallbackMode)
public enum CodecsOverlayCallbackMode
public enum class CodecsOverlayCallbackMode
Value | Member | Description |
---|---|---|
1 | LoadCall | First, try loading the overlay image from disk. If the load fails, the CodecsOverlayCallback method will be asked to provide the overlay image. |
2 | CallLoad | First, call the CodecsOverlayCallback method. If the handler did not supply an overlay image, try loading the overlay image from disk. |
3 | CallOnly | Call the CodecsOverlayCallback method. If there is no CodecsOverlayCallback method passed, there is no overlay image. |
4 | LoadOnly | Try to load the overlay image from disk. If the load fails, there is no overlay. |
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