Searched defs:AVAudioResampleContext (Results 1 – 2 of 2) sorted by relevance
53 struct AVAudioResampleContext { struct54 const AVClass *av_class; /**< AVClass for logging and AVOptions */56 uint64_t in_channel_layout; /**< input channel layout */57 enum AVSampleFormat in_sample_fmt; /**< input sample format */58 int in_sample_rate; /**< input sample rate */59 uint64_t out_channel_layout; /**< output channel layout */60 enum AVSampleFormat out_sample_fmt; /**< output sample format */61 int out_sample_rate; /**< output sample rate */62 enum AVSampleFormat internal_sample_fmt; /**< internal sample format */63 enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */[all …]
106 typedef struct AVAudioResampleContext AVAudioResampleContext; typedef