TTMSFNCCustomCloudGoogleYouTube.SetVideoRating Method
Sets the authenticated viewer's rating for the given video.
API unit family: TMSFNCCloudGoogleYouTube
Declaring type: TTMSFNCCustomCloudGoogleYouTube
Syntax
procedure SetVideoRating(AVideo: TTMSFNCCloudGoogleYouTubeVideo; ARating: TTMSFNCCloudGoogleYouTubeRating);
Remarks
The request runs asynchronously; the result is reported through the set-video-rating event.
Parameters
| Name | Description |
|---|---|
AVideo |
Video to rate. |
ARating |
Rating to apply. |