Documentation
¶
Index ¶
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 NewHttpFLVWriter(w io.Writer, conf ...HttpFlvWriterConf) *HttpFlvWriter
func (*HttpFlvWriter) Close ¶
func (w *HttpFlvWriter) Close() error
func (*HttpFlvWriter) Closed ¶
func (w *HttpFlvWriter) Closed() bool
func (*HttpFlvWriter) SendPacket ¶
func (w *HttpFlvWriter) SendPacket() error
type HttpFlvWriterConf ¶
type HttpFlvWriterConf func(*HttpFlvWriter)
func WithWriterBuffer ¶
func WithWriterBuffer(size int) HttpFlvWriterConf
Click to show internal directories.
Click to hide internal directories.