TTMSFNCCloudGoogleYouTube.UploadVideo Method
Uploads a local video file to the service with the given title and description.
API unit family: TMSFNCCloudGoogleYouTube
Declaring type: TTMSFNCCloudGoogleYouTube
Inherited from: TTMSFNCCustomCloudGoogleYouTube
Syntax
procedure UploadVideo(AFileName: TTMSFNCUtilsFile; ATitle, ADescription: string);
Remarks
The upload runs asynchronously; progress and completion are reported through the upload-progress and upload-video events.
Parameters
| Name | Description |
|---|---|
AFileName |
Local video file to upload. |
ATitle |
Title to assign to the uploaded video. |
ADescription |
Description to assign to the uploaded video. |