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:
parent
b8b52f28f5
commit
377128f4e9
3 changed files with 6 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue