#include <cdn_settings.h>
Brief description of the live stream cdn settings.
◆ CdnSettings() [1/2]
google_youtube_api::CdnSettings::CdnSettings |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ CdnSettings() [2/2]
google_youtube_api::CdnSettings::CdnSettings |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~CdnSettings()
google_youtube_api::CdnSettings::~CdnSettings |
( |
| ) |
|
|
virtual |
◆ clear_format()
void google_youtube_api::CdnSettings::clear_format |
( |
| ) |
|
|
inline |
Clears the 'format
' attribute.
◆ clear_frame_rate()
void google_youtube_api::CdnSettings::clear_frame_rate |
( |
| ) |
|
|
inline |
Clears the 'frameRate
' attribute.
◆ clear_ingestion_info()
void google_youtube_api::CdnSettings::clear_ingestion_info |
( |
| ) |
|
|
inline |
Clears the 'ingestionInfo
' attribute.
◆ clear_ingestion_type()
void google_youtube_api::CdnSettings::clear_ingestion_type |
( |
| ) |
|
|
inline |
Clears the 'ingestionType
' attribute.
◆ clear_resolution()
void google_youtube_api::CdnSettings::clear_resolution |
( |
| ) |
|
|
inline |
Clears the 'resolution
' attribute.
◆ get_format()
const StringPiece google_youtube_api::CdnSettings::get_format |
( |
| ) |
const |
|
inline |
Get the value of the 'format
' attribute.
◆ get_frame_rate()
const StringPiece google_youtube_api::CdnSettings::get_frame_rate |
( |
| ) |
const |
|
inline |
Get the value of the 'frameRate
' attribute.
◆ get_ingestion_info()
const IngestionInfo google_youtube_api::CdnSettings::get_ingestion_info |
( |
| ) |
const |
Get a reference to the value of the 'ingestionInfo
' attribute.
◆ get_ingestion_type()
const StringPiece google_youtube_api::CdnSettings::get_ingestion_type |
( |
| ) |
const |
|
inline |
Get the value of the 'ingestionType
' attribute.
◆ get_resolution()
const StringPiece google_youtube_api::CdnSettings::get_resolution |
( |
| ) |
const |
|
inline |
Get the value of the 'resolution
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::CdnSettings::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_format()
bool google_youtube_api::CdnSettings::has_format |
( |
| ) |
const |
|
inline |
Determine if the 'format
' attribute was set.
- Returns
- true if the '
format
' attribute was set.
◆ has_frame_rate()
bool google_youtube_api::CdnSettings::has_frame_rate |
( |
| ) |
const |
|
inline |
Determine if the 'frameRate
' attribute was set.
- Returns
- true if the '
frameRate
' attribute was set.
◆ has_ingestion_info()
bool google_youtube_api::CdnSettings::has_ingestion_info |
( |
| ) |
const |
|
inline |
Determine if the 'ingestionInfo
' attribute was set.
- Returns
- true if the '
ingestionInfo
' attribute was set.
◆ has_ingestion_type()
bool google_youtube_api::CdnSettings::has_ingestion_type |
( |
| ) |
const |
|
inline |
Determine if the 'ingestionType
' attribute was set.
- Returns
- true if the '
ingestionType
' attribute was set.
◆ has_resolution()
bool google_youtube_api::CdnSettings::has_resolution |
( |
| ) |
const |
|
inline |
Determine if the 'resolution
' attribute was set.
- Returns
- true if the '
resolution
' attribute was set.
◆ mutable_ingestionInfo()
IngestionInfo google_youtube_api::CdnSettings::mutable_ingestionInfo |
( |
| ) |
|
Gets a reference to a mutable value of the 'ingestionInfo
' property.
The ingestionInfo object contains information that YouTube provides that you need to transmit your RTMP or HTTP stream to YouTube.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_format()
void google_youtube_api::CdnSettings::set_format |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'format
' attribute.
The format of the video stream that you are sending to Youtube.
- Parameters
-
◆ set_frame_rate()
void google_youtube_api::CdnSettings::set_frame_rate |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'frameRate
' attribute.
The frame rate of the inbound video data.
- Parameters
-
◆ set_ingestion_type()
void google_youtube_api::CdnSettings::set_ingestion_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'ingestionType
' attribute.
The method or protocol used to transmit the video stream.
- Parameters
-
◆ set_resolution()
void google_youtube_api::CdnSettings::set_resolution |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'resolution
' attribute.
The resolution of the inbound video data.
- Parameters
-
The documentation for this class was generated from the following files: