[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).AudioTrackInfo \nclass static\n\nDescribes audio track information for an audio track.\n\nConstructor\n\nAudioTrackInfo\n\nnew\nAudioTrackInfo()\n\nProperties\n\naudioCodec\n\n(string or undefined)\n\nThis represents the codec of the audio track.\n\nnumAudioChannels\n\n(number or undefined)\n\nThe number of audio track channels.\n\nspatialAudio\n\n(boolean or undefined)\n\nTrue indicates this track content has spatial audio. Determined by\nsignals from the manifest."]]