mirror of https://bitbucket.org/ausocean/av.git
Export GetBitrate().
This commit is contained in:
parent
e30ec5d49d
commit
3792c7953d
|
@ -91,6 +91,7 @@ type Revid interface {
|
||||||
GetConfigRef() *Config
|
GetConfigRef() *Config
|
||||||
Log(logType, m string)
|
Log(logType, m string)
|
||||||
IsRunning() bool
|
IsRunning() bool
|
||||||
|
GetBitrate() int64
|
||||||
}
|
}
|
||||||
|
|
||||||
// The revid struct provides fields to describe the state of a Revid.
|
// The revid struct provides fields to describe the state of a Revid.
|
||||||
|
|
Loading…
Reference in New Issue