mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-26 18:51:13 +08:00
17 lines
245 B
Go
17 lines
245 B
Go
package m7s
|
|
|
|
import . "m7s.live/monibuca/v5/pkg"
|
|
|
|
type Publisher struct {
|
|
Plugin *Plugin
|
|
}
|
|
|
|
func (p *Publisher) WriteVideo(data IVideoData) {
|
|
}
|
|
|
|
func (p *Publisher) WriteAudio(data IAudioData) {
|
|
}
|
|
|
|
func (p *Publisher) WriteData(data IData) {
|
|
}
|