Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusNotRunning = "NOT_RUNNING" StatusRunning = "RUNNING" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MJPEGCapturer ¶
type MJPEGCapturer struct { UUIDIdent string URL *url.URL // contains filtered or unexported fields }
func NewMJPEGCapturer ¶
func (*MJPEGCapturer) Close ¶
func (m *MJPEGCapturer) Close()
func (*MJPEGCapturer) NextOutput ¶
func (m *MJPEGCapturer) NextOutput() (*Capture, error)
func (*MJPEGCapturer) Start ¶
func (m *MJPEGCapturer) Start()
func (*MJPEGCapturer) Status ¶
func (m *MJPEGCapturer) Status() string
func (*MJPEGCapturer) TargetURL ¶
func (m *MJPEGCapturer) TargetURL() string
func (*MJPEGCapturer) UUID ¶
func (m *MJPEGCapturer) UUID() string
Click to show internal directories.
Click to hide internal directories.