Export GetBitrate().

This commit is contained in:
Alan Noble 2018-05-14 15:43:19 +09:30
parent e30ec5d49d
commit 3792c7953d
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ type Revid interface {
GetConfigRef() *Config
Log(logType, m string)
IsRunning() bool
GetBitrate() int64
}
// The revid struct provides fields to describe the state of a Revid.