Grok  7.6.3
Public Attributes | List of all members
grk_codec_private Struct Reference

Main codec handler used for compression or decompression. More...

Public Attributes

ICodeStreamm_codeStreamBase
 
grk_streamm_stream
 
bool is_decompressor
 Flag to indicate if the codec is used to decompress or compress. More...
 

Detailed Description

Main codec handler used for compression or decompression.

Member Data Documentation

◆ is_decompressor

bool grk_codec_private::is_decompressor

Flag to indicate if the codec is used to decompress or compress.

◆ m_codeStreamBase

ICodeStream* grk_codec_private::m_codeStreamBase

◆ m_stream

grk_stream* grk_codec_private::m_stream

The documentation for this struct was generated from the following file: