ffmpeg 音頻編碼器

#pragma once #include "FfmpegHeader.h" //原始數據格式 typedef struct SourceParams { int channels; //通道 int sample_rate; //採樣率 enum AVSampleFormat sample_fmt; //數據位數 }SourceParams; class AudioEnc
相關文章
相關標籤/搜索