Documentation ¶
Index ¶
- type SDKSource
- func (s *SDKSource) Close()
- func (s *SDKSource) CloseWriters()
- func (s *SDKSource) EndRecording() chan struct{}
- func (s *SDKSource) GetEndedAt() int64
- func (s *SDKSource) GetStartedAt() int64
- func (s *SDKSource) Playing(trackID string)
- func (s *SDKSource) StartRecording() chan struct{}
- func (s *SDKSource) StreamStopped(trackID string)
- type Source
- type WebSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SDKSource ¶
type SDKSource struct { *config.PipelineConfig // contains filtered or unexported fields }
func NewSDKSource ¶
func (*SDKSource) CloseWriters ¶ added in v1.5.6
func (s *SDKSource) CloseWriters()
func (*SDKSource) EndRecording ¶
func (s *SDKSource) EndRecording() chan struct{}
func (*SDKSource) GetEndedAt ¶ added in v1.7.8
func (*SDKSource) GetStartedAt ¶ added in v1.7.8
func (*SDKSource) StartRecording ¶
func (s *SDKSource) StartRecording() chan struct{}
func (*SDKSource) StreamStopped ¶ added in v1.5.6
type Source ¶
type WebSource ¶
type WebSource struct {
// contains filtered or unexported fields
}
func NewWebSource ¶
func (*WebSource) EndRecording ¶
func (s *WebSource) EndRecording() chan struct{}
func (*WebSource) GetEndedAt ¶ added in v1.7.8
func (*WebSource) GetStartedAt ¶ added in v1.7.8
func (*WebSource) StartRecording ¶
func (s *WebSource) StartRecording() chan struct{}
Click to show internal directories.
Click to hide internal directories.