youtube  v3
Public Member Functions | Static Public Member Functions | List of all members
google_youtube_api::PlaylistPlayer Class Reference

#include <playlist_player.h>

Inheritance diagram for google_youtube_api::PlaylistPlayer:

Public Member Functions

 PlaylistPlayer (const Json::Value &storage)
 
 PlaylistPlayer (Json::Value *storage)
 
virtual ~PlaylistPlayer ()
 
const StringPiece GetTypeName () const
 
bool has_embed_html () const
 
void clear_embed_html ()
 
const StringPiece get_embed_html () const
 
void set_embed_html (const StringPiece &value)
 

Static Public Member Functions

static PlaylistPlayerNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ PlaylistPlayer() [1/2]

google_youtube_api::PlaylistPlayer::PlaylistPlayer ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ PlaylistPlayer() [2/2]

google_youtube_api::PlaylistPlayer::PlaylistPlayer ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~PlaylistPlayer()

google_youtube_api::PlaylistPlayer::~PlaylistPlayer ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_embed_html()

void google_youtube_api::PlaylistPlayer::clear_embed_html ( )
inline

Clears the 'embedHtml' attribute.

◆ get_embed_html()

const StringPiece google_youtube_api::PlaylistPlayer::get_embed_html ( ) const
inline

Get the value of the 'embedHtml' attribute.

◆ GetTypeName()

const StringPiece google_youtube_api::PlaylistPlayer::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_youtube_api::PlaylistPlayer

◆ has_embed_html()

bool google_youtube_api::PlaylistPlayer::has_embed_html ( ) const
inline

Determine if the 'embedHtml' attribute was set.

Returns
true if the 'embedHtml' attribute was set.

◆ New()

PlaylistPlayer * google_youtube_api::PlaylistPlayer::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_embed_html()

void google_youtube_api::PlaylistPlayer::set_embed_html ( const StringPiece &  value)
inline

Change the 'embedHtml' attribute.

An tag that embeds a player that will play the playlist.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: