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

Method PlayRaw

subscriber.go:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209func (s *Subscriber) PlayRaw() {
210 s.PlayBlock(SUBTYPE_RAW)
211}
212
213func (s *Subscriber) PlayFLV() {
214 s.PlayBlock(SUBTYPE_FLV)

Callers

nothing calls this directly

Calls 1

PlayBlockMethod · 0.95

Tested by

no test coverage detected