MCPcopy Create free account
hub / github.com/Monibuca/engine / WriteSliceByte

Method WriteSliceByte

track/video.go:180–183  ·  view source on GitHub ↗
(b ...byte)

Source from the content-addressed store, hash-verified

178}
179
180func (vt *Video) WriteSliceByte(b ...byte) {
181 // fmt.Println("write slice byte", b)
182 vt.WriteSliceBytes(b)
183}
184
185// 在I帧前面插入sps pps webrtc需要
186func (vt *Video) insertDCRtp() {

Callers 2

WriteRTPFrameMethod · 0.80
WriteRTPFrameMethod · 0.80

Calls 1

WriteSliceBytesMethod · 0.65

Tested by

no test coverage detected