refactor single video track to an array.

This commit is contained in:
Miroslav Šedivý
2021-02-05 17:40:29 +01:00
parent ebd7e7c065
commit aa7a131da2
3 changed files with 76 additions and 47 deletions

View File

@ -37,7 +37,8 @@ type CaptureManager interface {
Broadcast() BroadcastManager
Screencast() ScreencastManager
Audio() StreamManager
Video() StreamManager
Video(videoID string) StreamManager
VideoIDs() []string
StartStream()
StopStream()