mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
adaptive fps moved to pipeline creation.
This commit is contained in:
@ -26,8 +26,6 @@ type StreamSinkManager interface {
|
||||
ListenersCount() int
|
||||
Started() bool
|
||||
GetSampleChannel() chan Sample
|
||||
SetChangeFramerate(rate int16)
|
||||
SetAdaptiveFramerate(allow bool)
|
||||
}
|
||||
|
||||
type CaptureManager interface {
|
||||
|
Reference in New Issue
Block a user