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 |
Definition at line 317 of file avisynth_c.h.
int AVS_VideoInfo::width |
Definition at line 318 of file avisynth_c.h.
Referenced by avisynth_create_stream_video(), avisynth_read_packet_video(), avs_has_video(), and avs_row_size().
int AVS_VideoInfo::height |
Definition at line 318 of file avisynth_c.h.
Referenced by avisynth_create_stream_video(), avisynth_read_packet_video(), and avs_bmp_size().
unsigned AVS_VideoInfo::fps_numerator |
Definition at line 319 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_denominator |
Definition at line 319 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::num_frames |
Definition at line 320 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 322 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_yuv(), avs_is_yuy2(), and avs_is_yv12().
int AVS_VideoInfo::audio_samples_per_second |
Definition at line 324 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().
int AVS_VideoInfo::sample_type |
Definition at line 325 of file avisynth_c.h.
Referenced by avisynth_create_stream_audio(), avs_bytes_per_channel_sample(), and avs_sample_type().
INT64 AVS_VideoInfo::num_audio_samples |
Definition at line 326 of file avisynth_c.h.
Referenced by avisynth_create_stream_audio(), avisynth_read_packet_audio(), and avisynth_read_seek().
int AVS_VideoInfo::nchannels |
Definition at line 327 of file avisynth_c.h.
Referenced by avisynth_create_stream_audio(), avisynth_read_packet_audio(), avs_audio_channels(), and avs_bytes_per_audio_sample().
int AVS_VideoInfo::image_type |
Definition at line 331 of file avisynth_c.h.
Referenced by avs_clear_property(), avs_is_bff(), avs_is_field_based(), avs_is_parity_known(), avs_is_property(), avs_is_tff(), avs_set_field_based(), and avs_set_property().