OPC_COMPRESSION_OPTIONS enumeration
Describes ways to compress part content.
Syntax
typedef enum { OPC_COMPRESSION_NONE = -1, OPC_COMPRESSION_NORMAL = 0, OPC_COMPRESSION_MAXIMUM = 1, OPC_COMPRESSION_FAST = 2, OPC_COMPRESSION_SUPERFAST = 3 } OPC_COMPRESSION_OPTIONS;
Constants
- OPC_COMPRESSION_NONE
-
Compression is turned off.
- OPC_COMPRESSION_NORMAL
-
Compression is optimized for a balance between size and performance.
- OPC_COMPRESSION_MAXIMUM
-
Compression is optimized for size.
- OPC_COMPRESSION_FAST
-
Compression is optimized for performance.
- OPC_COMPRESSION_SUPERFAST
-
Compression is optimized for high performance.
Requirements
|
Header |
|
|---|---|
|
IDL |
|
See also
- Packaging Enumerations
- Overviews
- Getting Started with the Packaging API
- Packaging API Programming Guide
- Reference
- IOpcPartSet::CreatePart
- IOpcPart::GetCompressionOptions
- Packaging Interfaces
- Packaging API Samples
Community Additions
ADD
Show: