• 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. RTCVideoSourceStats
  4. trackIdentifier

目录

  • Value
  • Specifications
  • Browser compatibility
  1. WebRTC API
  2. RTCVideoSourceStats
  3. Instance properties
    1. frames
    2. framesPerSecond
    3. height
    4. id
    5. kind
    6. timestamp
    7. trackIdentifier
    8. type
    9. width
  4. 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. RTCTrackEvent
    40. RTCTransformEvent

目录

  • Value
  • Specifications
  • Browser compatibility

RTCVideoSourceStats: trackIdentifier property

The trackIdentifier property of the RTCVideoSourceStats dictionary contains the id attribute of the associated MediaStreamTrack.

Value

A string containing the value of the associated MediaStreamTrack.id.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcmediasourcestats-trackidentifier

Browser compatibility

BCD tables only load in the browser

MDN Web 中文网 - 粤ICP备13048890号