VideopressChapter
Get the chapters for a specified VideoPress video of the WordPressOnline website.
Table Specific Information
SELECT
The component uses the WordPress API to process some of the filters.
- GUID supports the '=' comparison.
The component processes other filters client-side within the component.
For example, the following queries are processed server side.
SELECT * FROM videopresschapter where GUID='529DrhwH';
Columns
| Name | Type | References | Description |
| Description | String | A brief description or title of the video chapter segment. | |
| Start | Int | The start time (in seconds) marking when this chapter begins within the video. | |
| End | Int | The end time (in seconds) marking when this chapter segment finishes. | |
| Guid | String | The globally unique identifier (GUID) of the video used to retrieve chapter details for the specified VideoPress video. |