Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
The "captions" collection of methods. More...
Public Member Functions | |
call ($name, $arguments, $expected_class=null) | |
TODO: This function needs simplifying. | |
delete ($id, $optParams=array()) | |
Deletes a specified caption track. | |
download ($id, $optParams=array()) | |
Downloads a caption track. | |
insert ($part, Google_Service_YouTube_Caption $postBody, $optParams=array()) | |
Uploads a caption track. | |
listCaptions ($part, $videoId, $optParams=array()) | |
Returns a list of caption tracks that are associated with a specified video. | |
update ($part, Google_Service_YouTube_Caption $postBody, $optParams=array()) | |
Updates a caption track. | |
Protected Member Functions | |
convertToArrayAndStripNulls ($o) | |
The "captions" collection of methods.
Typical usage is: $youtubeService = new Google_Service_YouTube(...); $captions = $youtubeService->captions;
|
inherited |
TODO: This function needs simplifying.
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
Google_Http_Request|expected_class |
Google_Exception |
Google_Service_YouTube_Captions_Resource::delete | ( | $id, | |
$optParams = array() ) |
Deletes a specified caption track.
(captions.delete)
string | $id | The id parameter identifies the caption track that is being deleted. The value is a caption track ID as identified by the id property in a caption resource. |
array | $optParams | Optional parameters. |
@opt_param string onBehalfOf ID of the Google+ Page for the channel that the request is be on behalf of @opt_param string onBehalfOfContentOwner Note: This parameter is intended exclusively for YouTube content partners.
The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with must be linked to the specified YouTube content owner.
Google_Service_YouTube_Captions_Resource::download | ( | $id, | |
$optParams = array() ) |
Downloads a caption track.
The caption track is returned in its original format unless the request specifies a value for the tfmt parameter and in its original language unless the request specifies a value for the tlang parameter. (captions.download)
string | $id | The id parameter identifies the caption track that is being retrieved. The value is a caption track ID as identified by the id property in a caption resource. |
array | $optParams | Optional parameters. |
@opt_param string tfmt The tfmt parameter specifies that the caption track should be returned in a specific format. If the parameter is not included in the request, the track is returned in its original format. @opt_param string onBehalfOf ID of the Google+ Page for the channel that the request is be on behalf of @opt_param string tlang The tlang parameter specifies that the API response should return a translation of the specified caption track. The parameter value is an ISO 639-1 two-letter language code that identifies the desired caption language. The translation is generated by using machine translation, such as Google Translate. @opt_param string onBehalfOfContentOwner Note: This parameter is intended exclusively for YouTube content partners.
The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with must be linked to the specified YouTube content owner.
Google_Service_YouTube_Captions_Resource::insert | ( | $part, | |
Google_Service_YouTube_Caption | $postBody, | ||
$optParams = array() ) |
Uploads a caption track.
(captions.insert)
string | $part | The part parameter specifies the caption resource parts that the API response will include. Set the parameter value to snippet. |
Google_Caption | $postBody | |
array | $optParams | Optional parameters. |
@opt_param string onBehalfOf ID of the Google+ Page for the channel that the request is be on behalf of @opt_param string onBehalfOfContentOwner Note: This parameter is intended exclusively for YouTube content partners.
The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with must be linked to the specified YouTube content owner. @opt_param bool sync The sync parameter indicates whether YouTube should automatically synchronize the caption file with the audio track of the video. If you set the value to true, YouTube will disregard any time codes that are in the uploaded caption file and generate new time codes for the captions.
You should set the sync parameter to true if you are uploading a transcript, which has no time codes, or if you suspect the time codes in your file are incorrect and want YouTube to try to fix them.
Google_Service_YouTube_Caption |
Google_Service_YouTube_Captions_Resource::listCaptions | ( | $part, | |
$videoId, | |||
$optParams = array() ) |
Returns a list of caption tracks that are associated with a specified video.
Note that the API response does not contain the actual captions and that the captions.download method provides the ability to retrieve a caption track. (captions.listCaptions)
string | $part | The part parameter specifies a comma-separated list of one or more caption resource parts that the API response will include. The part names that you can include in the parameter value are id and snippet. |
string | $videoId | The videoId parameter specifies the YouTube video ID of the video for which the API should return caption tracks. |
array | $optParams | Optional parameters. |
@opt_param string onBehalfOf ID of the Google+ Page for the channel that the request is on behalf of. @opt_param string id The id parameter specifies a comma-separated list of IDs that identify the caption resources that should be retrieved. Each ID must identify a caption track associated with the specified video. @opt_param string onBehalfOfContentOwner Note: This parameter is intended exclusively for YouTube content partners.
The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with must be linked to the specified YouTube content owner.
Google_Service_YouTube_CaptionListResponse |
Google_Service_YouTube_Captions_Resource::update | ( | $part, | |
Google_Service_YouTube_Caption | $postBody, | ||
$optParams = array() ) |
Updates a caption track.
When updating a caption track, you can change the track's draft status, upload a new caption file for the track, or both. (captions.update)
string | $part | The part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response will include. Set the property value to snippet if you are updating the track's draft status. Otherwise, set the property value to id. |
Google_Caption | $postBody | |
array | $optParams | Optional parameters. |
@opt_param string onBehalfOf ID of the Google+ Page for the channel that the request is be on behalf of @opt_param string onBehalfOfContentOwner Note: This parameter is intended exclusively for YouTube content partners.
The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with must be linked to the specified YouTube content owner. @opt_param bool sync Note: The API server only processes the parameter value if the request contains an updated caption file.
The sync parameter indicates whether YouTube should automatically synchronize the caption file with the audio track of the video. If you set the value to true, YouTube will automatically synchronize the caption track with the audio track.
Google_Service_YouTube_Caption |