Documentation
¶
Index ¶
- Constants
- type Response
- type TallyResponse
- type TallyStatus
- type Vmix
- func (v *Vmix) Close() error
- func (v *Vmix) FUNCTION(funcname string) (string, error)
- func (v *Vmix) QUIT() error
- func (v *Vmix) Register(command string, cb func(*Response)) error
- func (v *Vmix) Run(ctx context.Context) error
- func (v *Vmix) SUBSCRIBE(command string) (string, error)
- func (v *Vmix) TALLY() (string, error)
- func (v *Vmix) UNSUBSCRIBE(command string) (string, error)
- func (v *Vmix) Write(b []byte) (n int, err error)
- func (v *Vmix) XML() (string, error)
- func (v *Vmix) XMLPATH(xpath string) (string, error)
Constants ¶
View Source
const ( EVENT_TALLY string = "TALLY" EVENT_FUNCTION string = "FUNCTION" EVENT_XML string = "XML" EVENT_XMLTEXT string = "XMLTEXT" EVENT_SUBSCRIBE string = "SUBSCRIBE" EVENT_UNSUBSCRIBE string = "UNSUBSCRIBE" EVENT_QUIT string = "QUIT" EVENT_ACTS string = "ACTS" )
View Source
const (
// Terminate letter
Terminate = "\r\n"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TallyResponse ¶
type TallyResponse struct {
Status string
Tally []TallyStatus
}
TallyResponse TALLY Event response
type TallyStatus ¶
type TallyStatus uint
TallyStatus alias to uint
const ( Off TallyStatus = iota Program Preview )
func (TallyStatus) String ¶
func (i TallyStatus) String() string
Click to show internal directories.
Click to hide internal directories.