#include <live_stream_content_details.h>
Detailed settings of a stream.
◆ LiveStreamContentDetails() [1/2]
google_youtube_api::LiveStreamContentDetails::LiveStreamContentDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ LiveStreamContentDetails() [2/2]
google_youtube_api::LiveStreamContentDetails::LiveStreamContentDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~LiveStreamContentDetails()
google_youtube_api::LiveStreamContentDetails::~LiveStreamContentDetails |
( |
| ) |
|
|
virtual |
◆ clear_closed_captions_ingestion_url()
void google_youtube_api::LiveStreamContentDetails::clear_closed_captions_ingestion_url |
( |
| ) |
|
|
inline |
Clears the 'closedCaptionsIngestionUrl
' attribute.
◆ clear_is_reusable()
void google_youtube_api::LiveStreamContentDetails::clear_is_reusable |
( |
| ) |
|
|
inline |
Clears the 'isReusable
' attribute.
◆ get_closed_captions_ingestion_url()
const StringPiece google_youtube_api::LiveStreamContentDetails::get_closed_captions_ingestion_url |
( |
| ) |
const |
|
inline |
Get the value of the 'closedCaptionsIngestionUrl
' attribute.
◆ get_is_reusable()
bool google_youtube_api::LiveStreamContentDetails::get_is_reusable |
( |
| ) |
const |
|
inline |
Get the value of the 'isReusable
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::LiveStreamContentDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_closed_captions_ingestion_url()
bool google_youtube_api::LiveStreamContentDetails::has_closed_captions_ingestion_url |
( |
| ) |
const |
|
inline |
Determine if the 'closedCaptionsIngestionUrl
' attribute was set.
- Returns
- true if the '
closedCaptionsIngestionUrl
' attribute was set.
◆ has_is_reusable()
bool google_youtube_api::LiveStreamContentDetails::has_is_reusable |
( |
| ) |
const |
|
inline |
Determine if the 'isReusable
' attribute was set.
- Returns
- true if the '
isReusable
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_closed_captions_ingestion_url()
void google_youtube_api::LiveStreamContentDetails::set_closed_captions_ingestion_url |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'closedCaptionsIngestionUrl
' attribute.
The ingestion URL where the closed captions of this stream are sent.
- Parameters
-
◆ set_is_reusable()
void google_youtube_api::LiveStreamContentDetails::set_is_reusable |
( |
bool |
value | ) |
|
|
inline |
Change the 'isReusable
' attribute.
Indicates whether the stream is reusable, which means that it can be bound to multiple broadcasts. It is common for broadcasters to reuse the same stream for many different broadcasts if those broadcasts occur at different times.
If you set this value to false, then the stream will not be reusable, which means that it can only be bound to one broadcast. Non-reusable streams differ from reusable streams in the following ways:
- A non-reusable stream can only be bound to one broadcast.
- A non-reusable stream might be deleted by an automated process after the broadcast ends.
- The liveStreams.list method does not list non-reusable streams if you call the method and set the mine parameter to true. The only way to use that method to retrieve the resource for a non-reusable stream is to use the id parameter to identify the stream.
- Parameters
-
The documentation for this class was generated from the following files: