FFmpeg  4.0
Data Fields
HapChunk Struct Reference

#include <libavcodec/hap.h>

Data Fields

enum HapCompressor compressor
 
int 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

◆ compressed_offset

int HapChunk::compressed_offset

◆ compressed_size

size_t HapChunk::compressed_size

◆ 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: