RepeatMode
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
मीडिया ऑब्जेक्ट की सूची के लिए, दोहराए जाने वाले मोड के टाइप.
Enums |
REPEAT_MODE_UNSPECIFIED |
बंद के बराबर. |
OFF |
आखिरी मीडिया ऑब्जेक्ट के आखिर में मीडिया सेशन खत्म करें. |
ALL |
जब आखिरी मीडिया ऑब्जेक्ट के आखिर में पहुंच जाए, तो पहले मीडिया ऑब्जेक्ट की शुरुआत में लूप में जाएं. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThere are three repeat modes available for controlling media playback behavior.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eREPEAT_MODE_UNSPECIFIED\u003c/code\u003e and \u003ccode\u003eOFF\u003c/code\u003e modes end playback after the last item in the list.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eALL\u003c/code\u003e mode loops playback back to the beginning of the list after the last item.\u003c/p\u003e\n"]]],["The provided content outlines three repeat modes for a list of media objects. `REPEAT_MODE_UNSPECIFIED` acts as an off state. `OFF` signifies that the media session ends upon reaching the last media object. `ALL` indicates continuous looping, returning to the first media object after the last one concludes. These modes dictate playback behavior when the end of a media list is reached.\n"],null,["# RepeatMode\n\nThe types of repeat mode for a list of media objects.\n\n| Enums ||\n|---------------------------|---------------------------------------------------------------------------------------------------|\n| `REPEAT_MODE_UNSPECIFIED` | Equivalent to OFF. |\n| `OFF` | End media session at the end of the last media object. |\n| `ALL` | Loop to the beginning of the first media object when the end of the last media object is reached. |"]]