FFmpeg
Data Fields
FLACFrameInfo Struct Reference

#include <flac_parse.h>

Data Fields

int samplerate
 sample rate
More...
 
int channels
 number of channels
More...
 
int bps
 bits-per-sample
More...
 
int blocksize
 block size of the frame
More...
 
int ch_mode
 channel decorrelation mode
More...
 
int64_t frame_or_sample_num
 frame number or sample number
More...
 
int is_var_size
 specifies if the stream uses variable block sizes or a fixed block size; also determines the meaning of frame_or_sample_num
More...
 

Detailed Description

Definition at line 42 of file flac_parse.h.

Field Documentation

◆ samplerate

int FLACFrameInfo::samplerate

sample rate

Definition at line 43 of file flac_parse.h.

Referenced by check_header_fi_mismatch(), decode_frame(), ff_flac_decode_frame_header(), and flac_parse().

◆ channels

int FLACFrameInfo::channels

number of channels

Definition at line 44 of file flac_parse.h.

Referenced by check_header_fi_mismatch(), decode_frame(), and ff_flac_decode_frame_header().

◆ bps

int FLACFrameInfo::bps

bits-per-sample

Definition at line 45 of file flac_parse.h.

Referenced by check_header_fi_mismatch(), decode_frame(), and ff_flac_decode_frame_header().

◆ blocksize

int FLACFrameInfo::blocksize

block size of the frame

Definition at line 46 of file flac_parse.h.

Referenced by check_header_mismatch(), decode_frame(), ff_flac_decode_frame_header(), and flac_parse().

◆ ch_mode

int FLACFrameInfo::ch_mode

channel decorrelation mode

Definition at line 47 of file flac_parse.h.

Referenced by decode_frame(), and ff_flac_decode_frame_header().

◆ frame_or_sample_num

int64_t FLACFrameInfo::frame_or_sample_num

frame number or sample number

Definition at line 48 of file flac_parse.h.

Referenced by check_header_mismatch(), ff_flac_decode_frame_header(), and flac_parse().

◆ is_var_size

int FLACFrameInfo::is_var_size

specifies if the stream uses variable block sizes or a fixed block size; also determines the meaning of frame_or_sample_num

Definition at line 49 of file flac_parse.h.

Referenced by check_header_fi_mismatch(), check_header_mismatch(), ff_flac_decode_frame_header(), and flac_parse().


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