Documentation
¶
Index ¶
Constants ¶
View Source
const ( ServerTypeUndefined = ServerType(iota) ServerTypeRTSP ServerTypeSRT ServerTypeRTMP ServerTypeHLS ServerTypeWebRTC )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationID ¶
type DestinationID string
type OBSInstanceID ¶
type OBSInstanceID string
type ServerType ¶
type ServerType int
func ParseServerType ¶
func ParseServerType(s string) ServerType
func (ServerType) MarshalJSON ¶
func (t ServerType) MarshalJSON() ([]byte, error)
func (ServerType) MarshalYAML ¶
func (t ServerType) MarshalYAML() ([]byte, error)
func (ServerType) String ¶
func (t ServerType) String() string
func (*ServerType) UnmarshalJSON ¶
func (t *ServerType) UnmarshalJSON(b []byte) error
func (*ServerType) UnmarshalYAML ¶
func (t *ServerType) UnmarshalYAML(b []byte) error
type VideoConvertConfig ¶
type VideoConvertConfig = recoder.EncoderConfig
Click to show internal directories.
Click to hide internal directories.