mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update readme.
This commit is contained in:
parent
c3700fe790
commit
6e62efb9e6
4 changed files with 3 additions and 6 deletions
|
@ -32,7 +32,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* Annex E. The FLV File Format
|
||||
* @doc update the README.cmd
|
||||
*/
|
||||
class SrsCodec
|
||||
{
|
||||
|
|
|
@ -36,7 +36,6 @@ class SrsSocket;
|
|||
* rtmp complex handshake,
|
||||
* @see also crtmp(crtmpserver) or librtmp,
|
||||
* @see also: http://blog.csdn.net/win_lin/article/details/13006803
|
||||
* @doc update the README.cmd
|
||||
*/
|
||||
class SrsComplexHandshake
|
||||
{
|
||||
|
|
|
@ -72,7 +72,6 @@ public:
|
|||
private:
|
||||
/**
|
||||
* detect the time jitter and correct it.
|
||||
* @doc update the README.cmd
|
||||
*/
|
||||
virtual int jitter_correct(SrsSharedPtrMessage* msg, int audio_sample_rate);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue