mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #742, refine the io interfaces.
This commit is contained in:
parent
eaa222f034
commit
d3bb8b6a86
9 changed files with 73 additions and 33 deletions
|
@ -41,7 +41,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
/**
|
||||
* file writer, to write to file.
|
||||
*/
|
||||
class SrsFileWriter : public ISrsBufferWriter
|
||||
class SrsFileWriter : public ISrsWriter
|
||||
{
|
||||
private:
|
||||
std::string path;
|
||||
|
@ -85,7 +85,7 @@ public:
|
|||
/**
|
||||
* file reader, to read from file.
|
||||
*/
|
||||
class SrsFileReader : public ISrsBufferReader
|
||||
class SrsFileReader : public ISrsReader
|
||||
{
|
||||
private:
|
||||
std::string path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue