| FFmpeg
    | 
FrameInfo Struct Reference
  
Collaboration diagram for FrameInfo:

| Data Fields | |
| int | nb_samples | 
| int64_t | pts | 
| struct FrameInfo * | next | 
Detailed Description
Field Documentation
| int FrameInfo::nb_samples | 
Definition at line 56 of file af_amix.c.
Referenced by frame_list_add_frame(), frame_list_next_frame_size(), frame_list_remove_samples(), get_available_samples(), and output_frame().
| struct FrameInfo* FrameInfo::next | 
Definition at line 58 of file af_amix.c.
Referenced by frame_list_add_frame(), frame_list_clear(), and frame_list_remove_samples().
| int64_t FrameInfo::pts | 
Definition at line 57 of file af_amix.c.
Referenced by filter_frame(), frame_list_add_frame(), frame_list_next_pts(), and frame_list_remove_samples().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11