Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetIqamaRecordingConfigs ¶
func GetIqamaRecordingConfigs()
func StartRecServer ¶ added in v1.0.1
func StartRecServer(host, password string, data *RecordConfigDataS) error
func SupposedToBeRecording ¶
func SupposedToBeRecording(data *RecordConfigDataS) 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 RecordConfigDataS ¶ added in v0.0.17
type RecordConfigDataS struct {
// contains filtered or unexported fields
}
func NewRecordConfigDataS ¶ added in v1.0.1
func NewRecordConfigDataS() *RecordConfigDataS
func (*RecordConfigDataS) Get ¶ added in v0.0.17
func (rc *RecordConfigDataS) Get() *[]RecordConfig
func (*RecordConfigDataS) Refresh ¶ added in v1.0.1
func (rc *RecordConfigDataS) Refresh()
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func (*Recorder) Disconnect ¶
func (*Recorder) DispatchOperation ¶
func (*Recorder) IsRecording ¶
func (*Recorder) RecordTime ¶ added in v0.0.17
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.