所以有像3個功能中包含相同的名稱:С++我們可以創建類函數的覆蓋嗎?
bool VideoEncoder::AddFrame(AVFrame* frame, const char* soundBuffer, int soundBufferSize)
bool VideoEncoder::AddFrame(const char* soundBuffer, int soundBufferSize)
bool VideoEncoder::AddFrame(AVFrame* frame)
可以嗎?
這不是最重要的。這就是所謂的超載。 – Chubsdad 2010-11-28 15:13:39