FFmpeg
Data Fields
HapChunk Struct Reference

#include <hap.h>

Data Fields

enum HapCompressor compressor
 
uint32_t compressed_offset
 
size_t compressed_size
 
int uncompressed_offset
 
size_t uncompressed_size
 

Detailed Description

Definition at line 53 of file hap.h.

Field Documentation

◆ compressor

enum HapCompressor HapChunk::compressor

Definition at line 54 of file hap.h.

Referenced by decompress_chunks_thread(), hap_compress_frame(), and hap_parse_frame_header().

◆ compressed_offset

uint32_t HapChunk::compressed_offset

Definition at line 55 of file hap.h.

Referenced by decompress_chunks_thread(), hap_compress_frame(), and hap_parse_frame_header().

◆ compressed_size

size_t HapChunk::compressed_size

Definition at line 56 of file hap.h.

Referenced by decompress_chunks_thread(), hap_compress_frame(), and hap_parse_frame_header().

◆ uncompressed_offset

int HapChunk::uncompressed_offset

Definition at line 57 of file hap.h.

Referenced by decompress_chunks_thread(), hap_compress_frame(), and hap_parse_frame_header().

◆ uncompressed_size

size_t HapChunk::uncompressed_size

Definition at line 58 of file hap.h.

Referenced by hap_compress_frame(), and hap_parse_frame_header().


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