FFmpeg
Data Fields
AVS_VideoInfo Struct Reference

#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 335 of file avisynth_c.h.

Field Documentation

◆ width

int AVS_VideoInfo::width

◆ height

int AVS_VideoInfo::height

◆ fps_numerator

unsigned AVS_VideoInfo::fps_numerator

◆ fps_denominator

unsigned AVS_VideoInfo::fps_denominator

◆ num_frames

int AVS_VideoInfo::num_frames

◆ pixel_type

int AVS_VideoInfo::pixel_type

◆ audio_samples_per_second

int AVS_VideoInfo::audio_samples_per_second

◆ sample_type

int AVS_VideoInfo::sample_type

◆ num_audio_samples

INT64 AVS_VideoInfo::num_audio_samples

◆ nchannels

int AVS_VideoInfo::nchannels

◆ image_type

int AVS_VideoInfo::image_type

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