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

Method H265Type

common/frame.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 return naluType.Parse(r.Payload[0])
34}
35func (r *RTPFrame) H265Type() (naluType codec.H265NALUType) {
36 return naluType.Parse(r.Payload[0])
37}
38
39func (r *RTPFrame) Unmarshal(raw []byte) *RTPFrame {
40 if r.Packet == nil {

Callers 1

WriteRTPFrameMethod · 0.80

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected