Documentation ¶
Index ¶
- type HttpFlvWriter
- func (hfw *HttpFlvWriter) GetCode() string
- func (hfw *HttpFlvWriter) GetDone() <-chan int
- func (hfw *HttpFlvWriter) GetPktStream() chan<- av.Packet
- func (hfw *HttpFlvWriter) GetSessionId() int64
- func (hfw *HttpFlvWriter) SetCode(code string)
- func (hfw *HttpFlvWriter) SetCodecs(codecs []av.CodecData)
- func (hfw *HttpFlvWriter) Write(p []byte) (n int, err error)
- type IHttpFlvManager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpFlvWriter ¶
type HttpFlvWriter struct {
// contains filtered or unexported fields
}
func NewHttpFlvWriter ¶
func (*HttpFlvWriter) GetCode ¶
func (hfw *HttpFlvWriter) GetCode() string
func (*HttpFlvWriter) GetDone ¶
func (hfw *HttpFlvWriter) GetDone() <-chan int
func (*HttpFlvWriter) GetPktStream ¶
func (hfw *HttpFlvWriter) GetPktStream() chan<- av.Packet
func (*HttpFlvWriter) GetSessionId ¶
func (hfw *HttpFlvWriter) GetSessionId() int64
func (*HttpFlvWriter) SetCode ¶
func (hfw *HttpFlvWriter) SetCode(code string)
func (*HttpFlvWriter) SetCodecs ¶
func (hfw *HttpFlvWriter) SetCodecs(codecs []av.CodecData)
type IHttpFlvManager ¶
type IHttpFlvManager interface {
DeleteHFW(sesessionId int64)
}
Click to show internal directories.
Click to hide internal directories.