Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func SupposedToBeRecording ¶
func SupposedToBeRecording(confs []*RecordConfig) bool
SupposedToBeRecording just what the func name is saying. Please add doc wherever you think it was unreadable, else refactor the portion
Types ¶
type RecordConfig ¶
type RecordConfig struct { Description string // Only check Hours and Minutes StartTime time.Time // Duration of the Recording, // StopTime is StartTime + Duration Duration time.Duration // For everyday use helper EveryDay) RecordingDays []time.Weekday }
func GetIqamaRecordingConfigs ¶
func GetIqamaRecordingConfigs() []*RecordConfig
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func (*Recorder) Disconnect ¶
func (*Recorder) DispatchOperation ¶
func (*Recorder) IsRecording ¶
func (*Recorder) StartRecording ¶
StartRecording records if didn't start recording, else continue recording for the specified duration
func (*Recorder) StopRecording ¶
Click to show internal directories.
Click to hide internal directories.