[[["समझने में आसान है","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 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe \u003ccode\u003ecast.framework.messages.AudioTrackInfo\u003c/code\u003e class provides static data about a given audio track such as codec, channel count, and spatial audio capabilities.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eaudioCodec\u003c/code\u003e, \u003ccode\u003enumAudioChannels\u003c/code\u003e, and \u003ccode\u003espatialAudio\u003c/code\u003e to describe the track's attributes, which can be undefined if not explicitly specified.\u003c/p\u003e\n"]]],[],null,["# Class: AudioTrackInfo\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).AudioTrackInfo\n=======================================================================================================================================================\n\nclass static\n\nDescribes audio track information for an audio track.\n\nConstructor\n-----------\n\n### AudioTrackInfo\n\nnew\nAudioTrackInfo()\n\nProperties\n----------\n\n### audioCodec\n\n(string or undefined)\n\nThis represents the codec of the audio track.\n\n### numAudioChannels\n\n(number or undefined)\n\nThe number of audio track channels.\n\n### spatialAudio\n\n(boolean or undefined)\n\nTrue indicates this track content has spatial audio. Determined by\nsignals from the manifest."]]