TTMSFNCCloudGoogleYouTubeVideo Class
Represents a single YouTube video, holding its identity, snippet metadata and the viewer's rating.
API unit family: TMSFNCCloudGoogleYouTube
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudGoogleYouTubeVideo = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| CategoryID | Numeric category identifier assigned to the video. |
| ChannelID | Identifier of the channel that owns the video. |
| ChannelTitle | Display title of the channel that owns the video. |
| Description | Description text of the video. |
| ID | Unique identifier of the video. |
| ImageURL | URL of the default thumbnail image for the video. |
| Link | Public watch URL of the video. |
| PublishDate | Date and time the video was published. |
| Rating | Rating the authenticated viewer has given the video. |
| Title | Title of the video. |
Methods
| Name | Description |
|---|---|
| FromJSON | Populates the video fields from a JSON value returned by the service. |
| GetCommentThreads | Requests all comment threads for this video through the owning component. |
| GetOwner | Returns the collection that owns this item. |