[[["समझने में आसान है","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-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eVideoSourceType\u003c/code\u003e is used to specify the source type of a video.\u003c/p\u003e\n"],["\u003cp\u003eTo reference a specific video source type, use the syntax: \u003ccode\u003eSlidesApp.VideoSourceType.[property]\u003c/code\u003e, such as \u003ccode\u003eSlidesApp.VideoSourceType.YOUTUBE\u003c/code\u003e for YouTube videos.\u003c/p\u003e\n"],["\u003cp\u003eCurrently, supported video source types include \u003ccode\u003eYOUTUBE\u003c/code\u003e and an enum representing unsupported types \u003ccode\u003eUNSUPPORTED\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum VideoSourceType\n\nVideoSourceType\n\nThe video source types.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.VideoSourceType.YOUTUBE`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------|--------|--------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A video source type that is not supported. |\n| `YOUTUBE` | `Enum` | YouTube video. |"]]