Documentation ¶
Index ¶
- type Config
- type Service
- func (s *Service) Connect() error
- func (s *Service) EndStream(streamID ftl.StreamID) error
- func (s *Service) GetHmacKey(channelID ftl.ChannelID) ([]byte, error)
- func (s *Service) Name() string
- func (s *Service) SendJpegPreviewImage(streamID ftl.StreamID, img []byte) error
- func (s *Service) StartStream(channelID ftl.ChannelID) (ftl.StreamID, error)
- func (s *Service) UpdateStreamMetadata(streamID ftl.StreamID, metadata services.StreamMetadata) error
- type StreamMetadataInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) SendJpegPreviewImage ¶
func (*Service) StartStream ¶
func (*Service) UpdateStreamMetadata ¶
type StreamMetadataInput ¶
type StreamMetadataInput services.StreamMetadata
Click to show internal directories.
Click to hide internal directories.