[[["เข้าใจง่าย","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,["VideoSourceType\n\nThe video source types.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.VideoSourceType.YOUTUBE`. \n\nProperties\n\n| Property | Type | Description |\n|---------------|--------|--------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A video source type that is not supported. |\n| `YOUTUBE` | `Enum` | YouTube video. |"]]