[[["সহজে বোঝা যায়","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-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `AudioTracksManager` class within the cast.framework manages audio tracks for the Web Receiver application."],["It provides methods to get the active audio track, retrieve tracks by ID or language, and set the active track."],["AudioTracksManager instances should be obtained using `cast.framework.PlayerManager#getAudioTracksManager`, direct instantiation throws an error."],["Methods like `getTracksByLanguage` and `setActiveByLanguage` use language tags according to RFC 5646."],["Several methods may throw errors if provided IDs or languages are invalid or unavailable."]]],["The `AudioTracksManager` class manages audio tracks, accessed via `PlayerManager`. It retrieves track information like the active track ID/object, tracks matching a specific ID or language, and all tracks. You can set a track as active by its ID or language. Direct construction of `AudioTracksManager` is prohibited; you must obtain an instance through `PlayerManager`. Errors are thrown for invalid or unavailable IDs or languages.\n"]]