Enum VideoSourceType
Stay organized with collections
Save and categorize content based on your preferences.
VideoSourceType
The video source types.
To call an enum, you call its parent class, name, and property. For example,
SlidesApp.VideoSourceType.YOUTUBE
.
Properties
Property | Type | Description |
UNSUPPORTED | Enum | A video source type that is not supported. |
YOUTUBE | Enum | YouTube video. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[null,null,["Last updated 2024-12-02 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. |"]]