Enum SearchResource.ListRequest.VideoEmbeddableEnum
The videoEmbeddable parameter lets you to restrict a search to only videos that can be embedded into a webpage. If you specify a value for this parameter, you must also set the type parameter's value to video.
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum VideoEmbeddableEnum
Fields
| Name | Description |
|---|---|
| Any | Return all videos, embeddable or not. |
| True__ | Only retrieve embeddable videos. |