libvdo
VdoChunk Struct Reference

A video chunk. More...

#include <vdo-types.h>

Public Member Functions

union __attribute__ ((__may_alias__))
 

Data Fields

gsize size
 
VdoChunkType type
 
gint64 offset
 

Detailed Description

A video chunk.

Member Function Documentation

◆ __attribute__()

union VdoChunk::__attribute__ ( (__may_alias__)  )
inline

< Data pointer.

< Char pointer.

< Byte pointer.

Field Documentation

◆ offset

gint64 VdoChunk::offset

Data offset.

◆ size

gsize VdoChunk::size

Data size.

◆ type

VdoChunkType VdoChunk::type

Chunk type.