mirror of https://bitbucket.org/ausocean/av.git
just testing
This commit is contained in:
parent
f8aa535ec7
commit
429ee0b5b1
|
@ -10,9 +10,10 @@ type BitrateCalculator struct {
|
||||||
now
|
now
|
||||||
prev
|
prev
|
||||||
isFirstTime bool
|
isFirstTime bool
|
||||||
elapsedTime time
|
elapsedTime time
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// The bitrate calculat
|
||||||
func (bc *BitrateCalculator) Start() {
|
func (bc *BitrateCalculator) Start() {
|
||||||
if isFirstTime {
|
if isFirstTime {
|
||||||
if Delay == nil {
|
if Delay == nil {
|
||||||
|
|
Loading…
Reference in New Issue