MCPcopy
hub / github.com/pion/webrtc / setDirection

Method setDirection

rtptransceiver.go:286–288  ·  view source on GitHub ↗
(d RTPTransceiverDirection)

Source from the content-addressed store, hash-verified

284}
285
286func (t *RTPTransceiver) setDirection(d RTPTransceiverDirection) {
287 t.direction.Store(d)
288}
289
290func (t *RTPTransceiver) setCurrentDirection(d RTPTransceiverDirection) {
291 t.currentDirection.Store(d)

Callers 8

newRTPTransceiverFunction · 0.95
StopMethod · 0.95
setSendingTrackMethod · 0.95
TestPopulateSDPFunction · 0.95
SetRemoteDescriptionMethod · 0.95
generateMatchedSDPMethod · 0.95

Calls

no outgoing calls