EasyVQD/internal/core/host/iframe.go

10 lines
238 B
Go
Raw Normal View History

2026-01-23 18:05:36 +08:00
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"`
}