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)

Parameters

string $channelId
InvideoBranding $postBody
array $optParams

Optional parameters.

Exceptions

Exception

unsetWatermarks(string $channelId, array $optParams = [])

Allows removal of channel watermark. (watermarks.unsetWatermarks)

Parameters

string $channelId
array $optParams

Optional parameters.

Exceptions

Exception