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:
parent
2a4f57a587
commit
2fcd3972c1
17 changed files with 152 additions and 158 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue