[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003ecast.framework.messages.Track\u003c/code\u003e provides metadata information for media tracks like audio, video, and text.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003etrackId\u003c/code\u003e, \u003ccode\u003etrackType\u003c/code\u003e, \u003ccode\u003elanguage\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, and custom data for describing the track.\u003c/p\u003e\n"],["\u003cp\u003eTracks can be identified as in-band or side-loaded using the \u003ccode\u003eisInband\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003etrackContentId\u003c/code\u003e and \u003ccode\u003etrackContentType\u003c/code\u003e can be used to specify external track resources if needed.\u003c/p\u003e\n"],["\u003cp\u003eAudio tracks have a dedicated \u003ccode\u003eaudioTrackInfo\u003c/code\u003e property for additional details.\u003c/p\u003e\n"]]],["The `Track` class describes metadata for media tracks, including `trackId` (unique identifier) and `trackType` ('TEXT', 'AUDIO', or 'VIDEO'). It supports properties like `language` (RFC 5646 tag, mandatory for subtitles), `name` (human-readable track name), `roles` (e.g., caption, dub), `subtype` (for text tracks), `trackContentId` (URL or identifier), and `trackContentType` (MIME type). `audioTrackInfo` is specific to audio tracks and `isInband` flag denotes if the track is in-band or not. `customData` allows for receiver-specific data.\n"],null,[]]