RetroArch
Public Attributes | List of all members
FLAC__Subframe Struct Reference

#include <format.h>

Collaboration diagram for FLAC__Subframe:
[legend]

Public Attributes

FLAC__SubframeType type
 
union {
   FLAC__Subframe_Constant   constant
 
   FLAC__Subframe_Fixed   fixed
 
   FLAC__Subframe_LPC   lpc
 
   FLAC__Subframe_Verbatim   verbatim
 
data
 
unsigned wasted_bits
 

Detailed Description

FLAC subframe structure. (c.f. format specification)

Member Data Documentation

◆ constant

FLAC__Subframe_Constant FLAC__Subframe::constant

◆ data

union { ... } FLAC__Subframe::data

◆ fixed

FLAC__Subframe_Fixed FLAC__Subframe::fixed

◆ lpc

FLAC__Subframe_LPC FLAC__Subframe::lpc

◆ type

FLAC__SubframeType FLAC__Subframe::type

◆ verbatim

FLAC__Subframe_Verbatim FLAC__Subframe::verbatim

◆ wasted_bits

unsigned FLAC__Subframe::wasted_bits

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