• Skip to main content
  • Skip to search
  • Skip to select language
MDN Web Docs
  • 参考手册
    • 概述 / Web 技术

      适用于开发者的 Web 技术参考手册

    • HTML

      Web 内容的结构

    • CSS

      用于描述文档样式的代码

    • JavaScript

      通用脚本语言

  • 开发指南
    • 概述 / MDN 学习区

      学习 Web 开发

    • MDN 学习区

      学习 Web 开发

    • HTML

      学习使用 HTML 构建 Web 内容

    • CSS

      学习使用 CSS 设置内容样式

    • JavaScript

      学习在浏览器中运行脚本

  • 更多中文网
  1. 面向开发者的 Web 技术
  2. 网络 API
  3. RTCTrackEvent
  4. track

目录

  • Value
  • Specifications
  • Browser compatibility
  1. WebRTC API
  2. RTCTrackEvent
  3. Constructor
    1. RTCTrackEvent()
  4. Instance properties
    1. receiver
    2. streams
    3. track
    4. transceiver
  5. Inheritance
    1. Event
  6. Related pages for WebRTC
    1. MediaDevices.getUserMedia()
    2. Navigator.mediaDevices
    3. RTCAudioSourceStats
    4. RTCCertificate
    5. RTCCodecStats
    6. RTCDTMFSender
    7. RTCDTMFToneChangeEvent
    8. RTCDataChannel
    9. RTCDataChannelEvent
    10. RTCDataChannelStats
    11. RTCDtlsTransport
    12. RTCEncodedAudioFrame
    13. RTCEncodedVideoFrame
    14. RTCErrorEvent
    15. RTCIceCandidate
    16. RTCIceCandidatePair
    17. RTCIceCandidatePairStats
    18. RTCIceCandidateStats
    19. RTCIceParameters
    20. RTCIceTransport
    21. RTCInboundRtpStreamStats
    22. RTCOutboundRtpStreamStats
    23. RTCPeerConnection
    24. RTCPeerConnectionIceErrorEvent
    25. RTCPeerConnectionIceEvent
    26. RTCPeerConnectionStats
    27. RTCRemoteOutboundRtpStreamStats
    28. RTCRtpCodecParameters
    29. RTCRtpReceiver
    30. RTCRtpReceiver.transform
    31. RTCRtpScriptTransform
    32. RTCRtpScriptTransformer
    33. RTCRtpSender
    34. RTCRtpSender.transform
    35. RTCRtpTransceiver
    36. RTCSctpTransport
    37. RTCSessionDescription
    38. RTCStatsReport
    39. RTCTransformEvent
    40. RTCVideoSourceStats

目录

  • Value
  • Specifications
  • Browser compatibility

RTCTrackEvent: track property

The WebRTC API interface RTCTrackEvent's read-only track property specifies the MediaStreamTrack that has been added to the RTCPeerConnection.

Value

A MediaStreamTrack indicating the track which has been added to the RTCPeerConnection.

Specifications

Specification
WebRTC: Real-Time Communication in Browsers
# dom-rtctrackevent-track

Browser compatibility

BCD tables only load in the browser

MDN Web 中文网 - 粤ICP备13048890号