Watermarks
class Watermarks extends Resource (View source)
The "watermarks" collection of methods.
Typical usage is:
$youtubeService = new Google\Service\YouTube(...);
$watermarks = $youtubeService->watermarks;
Methods
set(string $channelId, InvideoBranding $postBody, array $optParams = [])
Allows upload of watermark image and setting it for a channel.
unsetWatermarks(string $channelId, array $optParams = [])
Allows removal of channel watermark. (watermarks.unsetWatermarks)
Details
set(string $channelId, InvideoBranding $postBody, array $optParams = [])
Allows upload of watermark image and setting it for a channel.
(watermarks.set)
unsetWatermarks(string $channelId, array $optParams = [])
Allows removal of channel watermark. (watermarks.unsetWatermarks)