FFmpeg
Loading...
Searching...
No Matches
QDM2SubPacket Struct Reference

Subpacket. More...

Data Fields

int type
 subpacket type
 
unsigned int size
 subpacket size
 
const uint8_t * data
 pointer to subpacket data (points to input data buffer, it's not a private copy)
 

Detailed Description

Subpacket.

Definition at line 86 of file qdm2.c.

Field Documentation

◆ type

int QDM2SubPacket::type

◆ size

◆ data

const uint8_t* QDM2SubPacket::data

pointer to subpacket data (points to input data buffer, it's not a private copy)

Definition at line 89 of file qdm2.c.

Referenced by process_subpacket_10(), process_subpacket_11(), process_subpacket_12(), process_subpacket_9(), qdm2_decode_fft_packets(), and qdm2_decode_sub_packet_header().


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