Die WebRTC MediaStreamTrack-Schnittstelle der Media Capture and Streams API stellt einen einzelnen Audio- oder Video-Medientrack innerhalb eines Streams dar.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[],[],null,["# Interface MeetStreamTrack\n\n| **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. \n|\n| **To use the Meet Media API to access real-time media from a conference, the Google Cloud project, OAuth principal, and all participants in the conference must be enrolled in the Developer Preview Program.**\n\nAn abstraction of a track in a Meet stream. This is used to represent both\naudio and video tracks and their relationship to Media Entries.\n\nSignature\n---------\n\n interface MeetStreamTrack\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|---------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`mediaEntry`](./media_api_web.meetstreamtrack.mediaentry.md) | The media entry associated with this track. This a one to one relationship. |\n| [`mediaStreamTrack`](./media_api_web.meetstreamtrack.mediastreamtrack.md) | The [WebRTC MediaStreamTrack](https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack) interface of the Media Capture and Streams API represents a single audio or video media track within a stream. |"]]