#include <watch_settings.h>
Branding properties for the watch. All deprecated.
◆ WatchSettings() [1/2]
google_youtube_api::WatchSettings::WatchSettings |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ WatchSettings() [2/2]
google_youtube_api::WatchSettings::WatchSettings |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~WatchSettings()
google_youtube_api::WatchSettings::~WatchSettings |
( |
| ) |
|
|
virtual |
◆ clear_background_color()
void google_youtube_api::WatchSettings::clear_background_color |
( |
| ) |
|
|
inline |
Clears the 'backgroundColor
' attribute.
◆ clear_featured_playlist_id()
void google_youtube_api::WatchSettings::clear_featured_playlist_id |
( |
| ) |
|
|
inline |
Clears the 'featuredPlaylistId
' attribute.
◆ clear_text_color()
void google_youtube_api::WatchSettings::clear_text_color |
( |
| ) |
|
|
inline |
Clears the 'textColor
' attribute.
◆ get_background_color()
const StringPiece google_youtube_api::WatchSettings::get_background_color |
( |
| ) |
const |
|
inline |
Get the value of the 'backgroundColor
' attribute.
◆ get_featured_playlist_id()
const StringPiece google_youtube_api::WatchSettings::get_featured_playlist_id |
( |
| ) |
const |
|
inline |
Get the value of the 'featuredPlaylistId
' attribute.
◆ get_text_color()
const StringPiece google_youtube_api::WatchSettings::get_text_color |
( |
| ) |
const |
|
inline |
Get the value of the 'textColor
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::WatchSettings::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_background_color()
bool google_youtube_api::WatchSettings::has_background_color |
( |
| ) |
const |
|
inline |
Determine if the 'backgroundColor
' attribute was set.
- Returns
- true if the '
backgroundColor
' attribute was set.
◆ has_featured_playlist_id()
bool google_youtube_api::WatchSettings::has_featured_playlist_id |
( |
| ) |
const |
|
inline |
Determine if the 'featuredPlaylistId
' attribute was set.
- Returns
- true if the '
featuredPlaylistId
' attribute was set.
◆ has_text_color()
bool google_youtube_api::WatchSettings::has_text_color |
( |
| ) |
const |
|
inline |
Determine if the 'textColor
' attribute was set.
- Returns
- true if the '
textColor
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_background_color()
void google_youtube_api::WatchSettings::set_background_color |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'backgroundColor
' attribute.
The text color for the video watch page's branded area.
- Parameters
-
◆ set_featured_playlist_id()
void google_youtube_api::WatchSettings::set_featured_playlist_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'featuredPlaylistId
' attribute.
An ID that uniquely identifies a playlist that displays next to the video player.
- Parameters
-
◆ set_text_color()
void google_youtube_api::WatchSettings::set_text_color |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'textColor
' attribute.
The background color for the video watch page's branded area.
- Parameters
-
The documentation for this class was generated from the following files: