Module webrtc::track::track_local

source ·

Modules

Structs

  • TrackLocalContext is the Context passed when a TrackLocal has been Binded/Unbinded from a PeerConnection, and used in Interceptors.

Traits

  • TrackLocal is an interface that controls how the user can send media The user can provide their own TrackLocal implementations, or use the implementations in pkg/media
  • TrackLocalWriter is the Writer for outbound RTP Packets