[[["易于理解","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"]],["最后更新时间 (UTC):2023-12-02。"],[[["`chrome.cast.media.LoadRequest` is used to load new media into a Cast player."],["It requires a `MediaInfo` object describing the media to be loaded."],["It includes properties to control playback behavior like `autoplay`, `currentTime`, and `activeTrackIds`."],["`LoadRequest` can handle user credentials and custom data for the receiver application."],["It can be used to load media into a specific application session using `sessionId`."]]],["`LoadRequest` class is used to load new media into the player. It requires a `mediaInfo` object describing the media. Key properties include `activeTrackIds` to specify active tracks, `autoplay` to control immediate playback, and `currentTime` to set the starting playback time. It accepts credentials and their type, including specific Android TV overrides (`atvCredentials`, `atvCredentialsType`). `customData` allows for receiver-specific data. Optional fields also includes playbackRate, queueData and sessionId.\n"]]