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

for #299, refine the encoder object name

This commit is contained in:
winlin 2017-02-12 21:50:02 +08:00
parent 2a4f57a587
commit 2fcd3972c1
17 changed files with 152 additions and 158 deletions

View file

@ -40,9 +40,9 @@ class SrsFileWriter;
class SrsFileReader;
/**
* encode data to aac file.
*/
class SrsAacEncoder
* Transmux the RTMP packets to AAC stream.
*/
class SrsAacTransmuxer
{
private:
SrsFileWriter* _fs;
@ -54,8 +54,8 @@ private:
private:
SrsBuffer* tag_stream;
public:
SrsAacEncoder();
virtual ~SrsAacEncoder();
SrsAacTransmuxer();
virtual ~SrsAacTransmuxer();
public:
/**
* initialize the underlayer file stream.