mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-30 02:21:54 +08:00
Disable buttons backing non-implemented functions
This commit is contained in:
@@ -66,10 +66,10 @@ type StreamD interface {
|
||||
profile streamcontrol.AbstractStreamProfile,
|
||||
customArgs ...any,
|
||||
) error
|
||||
GetBackendData(
|
||||
GetBackendInfo(
|
||||
ctx context.Context,
|
||||
platID streamcontrol.PlatformName,
|
||||
) (any, error)
|
||||
) (*BackendInfo, error)
|
||||
EXPERIMENTAL_ReinitStreamControllers(ctx context.Context) error
|
||||
GetStreamStatus(
|
||||
ctx context.Context,
|
||||
|
||||
Reference in New Issue
Block a user