EasyVQD/internal/core/host/iframe.go
2026-01-23 18:05:36 +08:00

10 lines
238 B
Go

package host
type IframeOutput struct {
ServerId string `json:"server_id"`
ServerAddr string `json:"server_addr"`
StreamName string `json:"stream_name,omitempty"`
Data []byte `json:"data"`
Codes int `json:"codes"`
}