Documentation ¶
Index ¶
- type BaseLive
- func (a *BaseLive) GetLastStartTime() time.Time
- func (a *BaseLive) GetLiveId() live.ID
- func (a *BaseLive) GetRawUrl() string
- func (a *BaseLive) GetUploadPath() string
- func (a *BaseLive) NeedUpload() bool
- func (a *BaseLive) SetLastStartTime(time time.Time)
- func (a *BaseLive) SetUpload(b bool)
- func (a *BaseLive) SetUploadPath(path string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseLive ¶
type BaseLive struct { Url *url.URL LastStartTime time.Time LiveId live.ID WithUpload bool UploadPath string Options *live.Options }
func (*BaseLive) GetLastStartTime ¶
func (*BaseLive) GetUploadPath ¶
func (*BaseLive) NeedUpload ¶
func (*BaseLive) SetLastStartTime ¶
func (*BaseLive) SetUploadPath ¶
Click to show internal directories.
Click to hide internal directories.