|
youtube
v3
|
#include <live_stream.h>
Public Member Functions | |
| LiveStream (const Json::Value &storage) | |
| LiveStream (Json::Value *storage) | |
| virtual | ~LiveStream () |
| const StringPiece | GetTypeName () const |
| bool | has_cdn () const |
| void | clear_cdn () |
| const CdnSettings | get_cdn () const |
| CdnSettings | mutable_cdn () |
| bool | has_content_details () const |
| void | clear_content_details () |
| const LiveStreamContentDetails | get_content_details () const |
| LiveStreamContentDetails | mutable_contentDetails () |
| bool | has_etag () const |
| void | clear_etag () |
| const StringPiece | get_etag () const |
| void | set_etag (const StringPiece &value) |
| bool | has_id () const |
| void | clear_id () |
| const StringPiece | get_id () const |
| void | set_id (const StringPiece &value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_snippet () const |
| void | clear_snippet () |
| const LiveStreamSnippet | get_snippet () const |
| LiveStreamSnippet | mutable_snippet () |
| bool | has_status () const |
| void | clear_status () |
| const LiveStreamStatus | get_status () const |
| LiveStreamStatus | mutable_status () |
Static Public Member Functions | |
| static LiveStream * | New () |
A live stream describes a live ingestion point.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'cdn' attribute.
|
inline |
Clears the 'contentDetails' attribute.
|
inline |
Clears the 'etag' attribute.
|
inline |
Clears the 'id' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'snippet' attribute.
|
inline |
Clears the 'status' attribute.
| const CdnSettings google_youtube_api::LiveStream::get_cdn | ( | ) | const |
Get a reference to the value of the 'cdn' attribute.
| const LiveStreamContentDetails google_youtube_api::LiveStream::get_content_details | ( | ) | const |
Get a reference to the value of the 'contentDetails' attribute.
|
inline |
Get the value of the 'etag' attribute.
|
inline |
Get the value of the 'id' attribute.
|
inline |
Get the value of the 'kind' attribute.
| const LiveStreamSnippet google_youtube_api::LiveStream::get_snippet | ( | ) | const |
Get a reference to the value of the 'snippet' attribute.
| const LiveStreamStatus google_youtube_api::LiveStream::get_status | ( | ) | const |
Get a reference to the value of the 'status' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'cdn' attribute was set.
cdn' attribute was set.
|
inline |
Determine if the 'contentDetails' attribute was set.
contentDetails' attribute was set.
|
inline |
Determine if the 'etag' attribute was set.
etag' attribute was set.
|
inline |
Determine if the 'id' attribute was set.
id' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'snippet' attribute was set.
snippet' attribute was set.
|
inline |
Determine if the 'status' attribute was set.
status' attribute was set. | CdnSettings google_youtube_api::LiveStream::mutable_cdn | ( | ) |
Gets a reference to a mutable value of the 'cdn' property.
The cdn object defines the live stream's content delivery network (CDN) settings. These settings provide details about the manner in which you stream your content to YouTube.
| LiveStreamContentDetails google_youtube_api::LiveStream::mutable_contentDetails | ( | ) |
Gets a reference to a mutable value of the 'contentDetails' property.
The content_details object contains information about the stream, including the closed captions ingestion URL.
| LiveStreamSnippet google_youtube_api::LiveStream::mutable_snippet | ( | ) |
Gets a reference to a mutable value of the 'snippet' property.
The snippet object contains basic details about the stream, including its channel, title, and description.
| LiveStreamStatus google_youtube_api::LiveStream::mutable_status | ( | ) |
Gets a reference to a mutable value of the 'status' property.
The status object contains information about live stream's status.
|
static |
Creates a new default instance.
|
inline |
Change the 'etag' attribute.
Etag of this resource.
| [in] | value | The new value. |
|
inline |
Change the 'id' attribute.
The ID that YouTube assigns to uniquely identify the stream.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
Identifies what kind of resource this is. Value: the fixed string "youtube#liveStream".
| [in] | value | The new value. |