mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-12-24 12:27:57 +08:00
Make it run on Android
This commit is contained in:
@@ -3,13 +3,12 @@ package saferecoder
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/xaionaro-go/streamctl/pkg/streamserver/implementations/libav/recoder/types"
|
||||
"github.com/xaionaro-go/streamctl/pkg/streamserver/implementations/libav/saferecoder/process/client"
|
||||
"github.com/xaionaro-go/streamctl/pkg/streamserver/implementations/libav/saferecoder/process"
|
||||
)
|
||||
|
||||
type InputConfig = types.InputConfig
|
||||
type InputID = process.InputID
|
||||
type InputConfig = process.InputConfig
|
||||
|
||||
type InputID = client.InputID
|
||||
type Input struct {
|
||||
Process *Process
|
||||
ID InputID
|
||||
|
||||
Reference in New Issue
Block a user