| FFmpeg
    | 
#include <avisynth_c.h>

| Data Fields | |
| int | width | 
| int | height | 
| unsigned | fps_numerator | 
| unsigned | fps_denominator | 
| int | num_frames | 
| int | pixel_type | 
| int | audio_samples_per_second | 
| int | sample_type | 
| INT64 | num_audio_samples | 
| int | nchannels | 
| int | image_type | 
Detailed Description
Definition at line 201 of file avisynth_c.h.
Field Documentation
| int AVS_VideoInfo::audio_samples_per_second | 
Definition at line 208 of file avisynth_c.h.
Referenced by avisynth_create_stream_audio(), avisynth_read_packet_audio(), avisynth_read_seek(), avs_audio_samples_from_frames(), avs_frames_from_audio_samples(), avs_has_audio(), and avs_samples_per_second().
| unsigned AVS_VideoInfo::fps_denominator | 
Definition at line 203 of file avisynth_c.h.
Referenced by avisynth_create_stream_video(), avisynth_read_packet_audio(), avisynth_read_seek(), avs_audio_samples_from_frames(), avs_frames_from_audio_samples(), and avs_set_fps().
| unsigned AVS_VideoInfo::fps_numerator | 
Definition at line 203 of file avisynth_c.h.
Referenced by avisynth_create_stream_video(), avisynth_read_packet_audio(), avisynth_read_seek(), avs_audio_samples_from_frames(), avs_frames_from_audio_samples(), and avs_set_fps().
| int AVS_VideoInfo::height | 
Definition at line 202 of file avisynth_c.h.
Referenced by avisynth_create_stream_video(), avisynth_read_packet_video(), and avs_bmp_size().
| int AVS_VideoInfo::image_type | 
Definition at line 215 of file avisynth_c.h.
Referenced by avs_clear_property(), avs_is_bff(), avs_is_field_based(), avs_is_parity_known(), avs_is_tff(), avs_set_field_based(), and avs_set_property().
| int AVS_VideoInfo::nchannels | 
Definition at line 211 of file avisynth_c.h.
Referenced by avisynth_create_stream_audio(), avisynth_read_packet_audio(), avs_audio_channels(), and avs_bytes_per_audio_sample().
| INT64 AVS_VideoInfo::num_audio_samples | 
Definition at line 210 of file avisynth_c.h.
Referenced by avisynth_read_packet_audio(), and avisynth_read_seek().
| int AVS_VideoInfo::num_frames | 
Definition at line 204 of file avisynth_c.h.
Referenced by avisynth_create_stream_video(), avisynth_read_packet_audio(), avisynth_read_packet_video(), and avisynth_read_seek().
| int AVS_VideoInfo::pixel_type | 
Definition at line 206 of file avisynth_c.h.
Referenced by avisynth_create_stream_video(), avs_bits_per_pixel(), avs_is_color_space(), avs_is_planar(), avs_is_property(), avs_is_rgb(), avs_is_rgb24(), avs_is_rgb32(), avs_is_same_colorspace(), avs_is_y8(), avs_is_yuv(), avs_is_yuy2(), avs_is_yv12(), avs_is_yv16(), avs_is_yv24(), and avs_is_yv411().
| int AVS_VideoInfo::sample_type | 
Definition at line 209 of file avisynth_c.h.
Referenced by avisynth_create_stream_audio(), avs_bytes_per_channel_sample(), and avs_sample_type().
| int AVS_VideoInfo::width | 
Definition at line 202 of file avisynth_c.h.
Referenced by avisynth_create_stream_video(), avisynth_read_packet_video(), avs_has_video(), and avs_row_size().
The documentation for this struct was generated from the following files:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11