mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
refactor single video track to an array.
This commit is contained in:
@ -37,7 +37,8 @@ type CaptureManager interface {
|
||||
Broadcast() BroadcastManager
|
||||
Screencast() ScreencastManager
|
||||
Audio() StreamManager
|
||||
Video() StreamManager
|
||||
Video(videoID string) StreamManager
|
||||
VideoIDs() []string
|
||||
|
||||
StartStream()
|
||||
StopStream()
|
||||
|
Reference in New Issue
Block a user