Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Camera ¶
type Camera struct {
// contains filtered or unexported fields
}
func GetCameras ¶
func (*Camera) StartStreamingFromSelectedCamera ¶
func (c *Camera) StartStreamingFromSelectedCamera(settings *SelectedCamera) error
func (*Camera) SupportedFormats ¶
func (c *Camera) SupportedFormats() []SupportedFormat
type Microphone ¶
type Microphone struct {
// contains filtered or unexported fields
}
func GetMicrophones ¶
func GetMicrophones() ([]*Microphone, error)
func (*Microphone) Close ¶
func (m *Microphone) Close() error
func (*Microphone) Name ¶
func (m *Microphone) Name() string
func (*Microphone) Stream ¶
func (m *Microphone) Stream(stream chan<- []float32)
type SelectedCamera ¶
type SelectedMicrophone ¶
type SelectedMicrophone struct {
Name string
}
type SupportedFormat ¶
type SupportedFormat struct {
// contains filtered or unexported fields
}
func (SupportedFormat) Format ¶
func (s SupportedFormat) Format() string
func (SupportedFormat) FrameSizes ¶
func (s SupportedFormat) FrameSizes() []string
Click to show internal directories.
Click to hide internal directories.