[[["이해하기 쉬움","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."]]