mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rename SrsStream to SrsBuffer
This commit is contained in:
parent
ca3577e11b
commit
0e52fc6d5b
42 changed files with 440 additions and 440 deletions
|
@ -33,7 +33,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <srs_kernel_codec.hpp>
|
||||
|
||||
class SrsStream;
|
||||
class SrsBuffer;
|
||||
class SrsFileWriter;
|
||||
class SrsFileReader;
|
||||
|
||||
|
@ -50,7 +50,7 @@ private:
|
|||
int8_t aac_channels;
|
||||
bool got_sequence_header;
|
||||
private:
|
||||
SrsStream* tag_stream;
|
||||
SrsBuffer* tag_stream;
|
||||
public:
|
||||
SrsAacEncoder();
|
||||
virtual ~SrsAacEncoder();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue