VideoPoster
Get the poster for a specified VideoPress video.
Table Specific Information
SELECT
The connector uses the WordPress API to process some of the filters.
- VideoGUID supports the '=' comparison.
The connector processes other filters client-side within the connector.
For example, the following queries are processed server side.
SELECT * FROM VideoPoster where VideoGUID='guid_string'
Columns
| Name | Type | References | Description |
| VideoGUID [KEY] | String |
Videos.Id | The globally unique identifier (GUID) of the video associated with the poster image. |
| Poster | String | The URL of the image used as the video's poster or preview thumbnail. | |
| IsPosterImageGenerating | Bool | Indicates whether the poster image is currently being generated (true) or has already been created and is available (false). |