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

add comments for file stream

This commit is contained in:
winlin 2014-04-17 12:59:35 +08:00
parent a63fa20e53
commit 996d042a33
4 changed files with 12 additions and 0 deletions

View file

@ -36,6 +36,13 @@ class SrsRequest;
class SrsAmf0Object;
class SrsSharedPtrMessage;
/**
* encode data to flv file.
*/
class SrsFlvEncoder
{
};
/**
* dvr(digital video recorder) to record RTMP stream to flv file.
* TODO: FIXME: add utest for it.