Flags that indicate the type of data contained in the Exif extensions.
[FlagsAttribute()]
public enum CodecsExtensionListFlags
<FlagsAttribute()>
Public Enum CodecsExtensionListFlags
public enum CodecsExtensionListFlags
[FlagsAttribute()]
public enum class CodecsExtensionListFlags
Value | Member | Description |
---|---|---|
0x00000000 | None | No flags being used. |
0x00000001 | Stamp | A stamp is present. Most likely suitable for LCD displays (and bigger than the stamp stored in the Exif data).The stamp can be loaded with CodecsExtensionList.CreateStamp.Note that this stamp is independent of the regular stamp present in Exif files. Some Exif files have two stamps. The regular stamp is loaded with RasterCodecs.ReadStamp, while the extension stamp is loaded with CodecsExtensionList.CreateStamp. |
0x00000002 | Audio | Embedded audio data is present. The CodecsExtensionList.GetAudioData method can be called to get to the audio data. |
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