|
virtual CompressionAlgorithmId | GetCompressionAlgorithmId () const =0 |
| Retrieves the 32-bit compression algorithm ID associated with this interface.
|
|
virtual CompressionResultData | CompressBlock (AZStd::span< AZStd::byte > compressedBuffer, const AZStd::span< const AZStd::byte > &uncompressedData)=0 |
|
virtual CompressionResultData Compression::ICompressionInterface::CompressBlock |
( |
AZStd::span< AZStd::byte > |
compressedBuffer, |
|
|
const AZStd::span< const AZStd::byte > & |
uncompressedData |
|
) |
| |
|
pure virtual |
Compresses the uncompressed data into the compressed buffer
- Returns
- a CompressionResultData instance to indicate if compression operation has succeeded
The documentation for this struct was generated from the following file:
- Gems/Compression/Code/Include/Compression/CompressionInterfaceAPI.h