FFmpeg
Data Fields
Atrac3pWaveEnvelope Struct Reference

Amplitude envelope of a group of sine waves. More...

#include <atrac3plus.h>

Data Fields

int has_start_point
 indicates start point within the GHA window More...
 
int has_stop_point
 indicates stop point within the GHA window More...
 
int start_pos
 start position expressed in n*4 samples More...
 
int stop_pos
 stop position expressed in n*4 samples More...
 

Detailed Description

Amplitude envelope of a group of sine waves.

Definition at line 67 of file atrac3plus.h.

Field Documentation

◆ has_start_point

int Atrac3pWaveEnvelope::has_start_point

indicates start point within the GHA window

Definition at line 68 of file atrac3plus.h.

Referenced by decode_tones_envelope(), and ff_atrac3p_generate_tones().

◆ has_stop_point

int Atrac3pWaveEnvelope::has_stop_point

indicates stop point within the GHA window

Definition at line 69 of file atrac3plus.h.

Referenced by decode_tones_envelope(), and ff_atrac3p_generate_tones().

◆ start_pos

int Atrac3pWaveEnvelope::start_pos

start position expressed in n*4 samples

Definition at line 70 of file atrac3plus.h.

Referenced by decode_tones_envelope(), and ff_atrac3p_generate_tones().

◆ stop_pos

int Atrac3pWaveEnvelope::stop_pos

stop position expressed in n*4 samples

Definition at line 71 of file atrac3plus.h.

Referenced by decode_tones_envelope(), and ff_atrac3p_generate_tones().


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