Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Room ¶
type Room struct { RoomId int64 RealId int64 LiveTime int64 StopFlag bool Title string Uname string Cover string M3u8Url string LastTs int64 RecordLen int64 RecordTime float32 BytesChan chan []byte StopFuncs []func(r *Room) bool // contains filtered or unexported fields }
func NewRoomWithBytesChan ¶ added in v0.1.1
func (*Room) SetStopFunc ¶
func (*Room) WithBytesChan ¶
Click to show internal directories.
Click to hide internal directories.