1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Rename recode to transcode

This commit is contained in:
winlin 2020-05-13 17:56:51 +08:00
parent b8b52f28f5
commit 377128f4e9
3 changed files with 6 additions and 7 deletions

View file

@ -121,7 +121,7 @@ public:
SrsAudioRecode(int channels, int samplerate);
virtual ~SrsAudioRecode();
srs_error_t initialize();
virtual srs_error_t recode(SrsSample *pkt, char **buf, int *buf_len, int &n);
virtual srs_error_t transcode(SrsSample *pkt, char **buf, int *buf_len, int &n);
};
#endif /* SRS_APP_AUDIO_RECODE_HPP */