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

Same as MPADecodeHeader, plus the header fields that carry no decoding information. More...

#include <mpegaudiodecheader.h>

Data Fields

int frame_size
 
int error_protection
 
int layer
 
int sample_rate
 
int sample_rate_index
 
int bit_rate
 
int nb_channels
 
int mode
 
int mode_ext
 
int lsf
 
int copyright
 
int original
 
int emphasis
 
int bitrate_index
 
int padding
 
int private_bit
 

Detailed Description

Same as MPADecodeHeader, plus the header fields that carry no decoding information.

Its size is not part of the libavcodec ABI: it is only ever allocated by avpriv_mpegaudio_decode_header2().

Definition at line 69 of file mpegaudiodecheader.h.

Field Documentation

◆ frame_size

int MPADecodeHeader2::frame_size

◆ error_protection

int MPADecodeHeader2::error_protection

Definition at line 71 of file mpegaudiodecheader.h.

Referenced by mp3_update_xing().

◆ layer

int MPADecodeHeader2::layer

Definition at line 72 of file mpegaudiodecheader.h.

Referenced by mp3_write_audio_packet().

◆ sample_rate

int MPADecodeHeader2::sample_rate

Definition at line 73 of file mpegaudiodecheader.h.

Referenced by mp3_write_audio_packet().

◆ sample_rate_index

int MPADecodeHeader2::sample_rate_index

Definition at line 74 of file mpegaudiodecheader.h.

◆ bit_rate

int MPADecodeHeader2::bit_rate

Definition at line 75 of file mpegaudiodecheader.h.

Referenced by mp3_write_audio_packet().

◆ nb_channels

int MPADecodeHeader2::nb_channels

Definition at line 76 of file mpegaudiodecheader.h.

Referenced by mp3_write_audio_packet(), and mp3_write_xing().

◆ mode

int MPADecodeHeader2::mode

Definition at line 77 of file mpegaudiodecheader.h.

◆ mode_ext

int MPADecodeHeader2::mode_ext

Definition at line 78 of file mpegaudiodecheader.h.

◆ lsf

int MPADecodeHeader2::lsf

Definition at line 79 of file mpegaudiodecheader.h.

Referenced by mp3_write_audio_packet(), and mp3_write_xing().

◆ copyright

int MPADecodeHeader2::copyright

Definition at line 80 of file mpegaudiodecheader.h.

◆ original

int MPADecodeHeader2::original

Definition at line 81 of file mpegaudiodecheader.h.

◆ emphasis

int MPADecodeHeader2::emphasis

Definition at line 82 of file mpegaudiodecheader.h.

◆ bitrate_index

int MPADecodeHeader2::bitrate_index

Definition at line 83 of file mpegaudiodecheader.h.

Referenced by mp3_update_xing().

◆ padding

int MPADecodeHeader2::padding

Definition at line 84 of file mpegaudiodecheader.h.

Referenced by mp3_update_xing().

◆ private_bit

int MPADecodeHeader2::private_bit

Definition at line 85 of file mpegaudiodecheader.h.


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