[[["সহজে বোঝা যায়","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"]],["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`cast.framework.messages.MusicTrackMediaMetadata` provides a structured way to describe music track metadata for Cast applications."],["It includes properties for track details like title, artist, album, release date, images, and more."],["Some properties like `artistName`, `releaseYear`, and `songName` are deprecated in favor of `artist`, `releaseDate`, and `title`, respectively."],["Developers can use this class to create rich media descriptions for their music content within Cast-enabled applications."]]],["`MusicTrackMediaMetadata` describes music track information. Key properties include `albumArtist`, `albumName`, `artist`, `composer`, `contentRating`, `discNumber`, and `images`. It also contains track identification like `title` and `trackNumber`. Release information is stored in `releaseDate`. There is also support for secondary image via `secondaryImage`. Some properties like `artistName`, `releaseYear`, and `songName` are deprecated in favor of others. The class is constructible via `new MusicTrackMediaMetadata()`.\n"]]