शामिल किए जाने वाले मीडिया आइटम
की सूची. इसे खाली या खाली नहीं होना चाहिए. हर आइटम के लिए itemId
सेट नहीं करना चाहिए (क्योंकि इन्हें आइटम पाने वाला असाइन करेगा).
वैल्यू शून्य नहीं होनी चाहिए.
प्रॉपर्टी
customData
शून्य जा सकने वाला ऑब्जेक्ट
रिसीवर के ऐप्लिकेशन के लिए पसंद के मुताबिक डेटा.
insertBefore
शून्य नंबर
उस आइटम का आईडी जो डाली गई सूची के तुरंत बाद मौजूद होगा.
अगर कोई वैल्यू नहीं मिलती या नहीं मिलती, तो सूची को सूची के आखिर में जोड़ दिया जाएगा.
शामिल किए जाने वाले सूची में से आइटम की सूची. आइटम का itemId फ़ील्ड
खाली होना चाहिए. अगर ऐसा नहीं किया जाता है, तो INVALID_PARAMS गड़बड़ी वाला अनुरोध पूरा नहीं होगा. इसे क्रम से लगाया गया है
(पहला एलिमेंट पहले चलाया जाएगा).
[[["समझने में आसान है","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"]],["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["`chrome.cast.media.QueueInsertItemsRequest` is used to insert new media items into an existing queue on a cast receiver."],["It requires a list of `chrome.cast.media.QueueItem` objects, which represent the media to be added, and these items should not have pre-assigned IDs."],["You can optionally specify an existing item ID (`insertBefore`) to insert the new items before that item, otherwise, they are appended to the end."],["The request can also include custom data for the receiver application."]]],[]]