Skip to content

Commit b8d0584

Browse files
committed
Updated YouTube.php
1 parent 17684ee commit b8d0584

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/Google/Service/YouTube.php

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,18 @@ public function __construct(Google_Client $client)
303303
"onBehalfOfContentOwner" => array(
304304
"location" => "query",
305305
"type" => "string",
306+
),
307+
"displaySlate" => array(
308+
"location" => "query",
309+
"type" => "boolean",
306310
),
307311
"offsetTimeMs" => array(
308312
"location" => "query",
309313
"type" => "string",
310314
),
311-
"displaySlate" => array(
315+
"walltime" => array(
312316
"location" => "query",
313-
"type" => "boolean",
317+
"type" => "string",
314318
),
315319
),
316320
),"delete" => array(
@@ -1453,6 +1457,8 @@ public function bind($id, $part, $optParams = array())
14531457
* their video and channel data, without having to provide authentication credentials for each
14541458
* individual channel. The CMS account that the user authenticates with must be linked to the
14551459
* specified YouTube content owner.
1460+
* @opt_param bool displaySlate
1461+
* The displaySlate parameter specifies whether the slate is being enabled or disabled.
14561462
* @opt_param string offsetTimeMs
14571463
* The offsetTimeMs parameter specifies a positive time offset when the specified slate change will
14581464
* occur. The value is measured in milliseconds from the beginning of the broadcast's monitor
@@ -1464,8 +1470,9 @@ public function bind($id, $part, $optParams = array())
14641470
* for more details.
14651471
Important: You should only specify a value for this parameter if your
14661472
* broadcast stream is delayed.
1467-
* @opt_param bool displaySlate
1468-
* The displaySlate parameter specifies whether the slate is being enabled or disabled.
1473+
* @opt_param string walltime
1474+
* The walltime parameter specifies the wall clock time at which the specified slate change will
1475+
* occur.
14691476
* @return Google_Service_YouTube_LiveBroadcast
14701477
*/
14711478
public function control($id, $part, $optParams = array())

0 commit comments

Comments
 (0)