update src/Extension/Track.h.

This commit is contained in:
Leon 2022-08-08 09:59:56 +00:00 committed by Gitee
parent bc7671cfb3
commit 052f1aa388
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,4 +1,4 @@
/*
/*
* Copyright (c) 2016 The ZLMediaKit project authors. All Rights Reserved.
*
* This file is part of ZLMediaKit(https://github.com/xia-chu/ZLMediaKit).
@ -92,6 +92,12 @@ public:
* fps
*/
virtual float getVideoFps() const {return 0;};
/**
*
*/
virtual void flush() {return;};
};
/**