youtube
v3
|
#include <video_suggestions.h>
Public Member Functions | |
VideoSuggestions (const Json::Value &storage) | |
VideoSuggestions (Json::Value *storage) | |
virtual | ~VideoSuggestions () |
const StringPiece | GetTypeName () const |
bool | has_editor_suggestions () const |
void | clear_editor_suggestions () |
const client::JsonCppArray< string > | get_editor_suggestions () const |
client::JsonCppArray< string > | mutable_editorSuggestions () |
bool | has_processing_errors () const |
void | clear_processing_errors () |
const client::JsonCppArray< string > | get_processing_errors () const |
client::JsonCppArray< string > | mutable_processingErrors () |
bool | has_processing_hints () const |
void | clear_processing_hints () |
const client::JsonCppArray< string > | get_processing_hints () const |
client::JsonCppArray< string > | mutable_processingHints () |
bool | has_processing_warnings () const |
void | clear_processing_warnings () |
const client::JsonCppArray< string > | get_processing_warnings () const |
client::JsonCppArray< string > | mutable_processingWarnings () |
bool | has_tag_suggestions () const |
void | clear_tag_suggestions () |
const client::JsonCppArray< VideoSuggestionsTagSuggestion > | get_tag_suggestions () const |
client::JsonCppArray< VideoSuggestionsTagSuggestion > | mutable_tagSuggestions () |
Static Public Member Functions | |
static VideoSuggestions * | New () |
Specifies suggestions on how to improve video content, including encoding hints, tag suggestions, and editor suggestions.
|
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 'editorSuggestions
' attribute.
|
inline |
Clears the 'processingErrors
' attribute.
|
inline |
Clears the 'processingHints
' attribute.
|
inline |
Clears the 'processingWarnings
' attribute.
|
inline |
Clears the 'tagSuggestions
' attribute.
|
inline |
Get a reference to the value of the 'editorSuggestions
' attribute.
|
inline |
Get a reference to the value of the 'processingErrors
' attribute.
|
inline |
Get a reference to the value of the 'processingHints
' attribute.
|
inline |
Get a reference to the value of the 'processingWarnings
' attribute.
const client::JsonCppArray<VideoSuggestionsTagSuggestion > google_youtube_api::VideoSuggestions::get_tag_suggestions | ( | ) | const |
Get a reference to the value of the 'tagSuggestions
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'editorSuggestions
' attribute was set.
editorSuggestions
' attribute was set.
|
inline |
Determine if the 'processingErrors
' attribute was set.
processingErrors
' attribute was set.
|
inline |
Determine if the 'processingHints
' attribute was set.
processingHints
' attribute was set.
|
inline |
Determine if the 'processingWarnings
' attribute was set.
processingWarnings
' attribute was set.
|
inline |
Determine if the 'tagSuggestions
' attribute was set.
tagSuggestions
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'editorSuggestions
' property.
A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
|
inline |
Gets a reference to a mutable value of the 'processingErrors
' property.
A list of errors that will prevent YouTube from successfully processing the uploaded video video. These errors indicate that, regardless of the video's current processing status, eventually, that status will almost certainly be failed.
|
inline |
Gets a reference to a mutable value of the 'processingHints
' property.
A list of suggestions that may improve YouTube's ability to process the video.
|
inline |
Gets a reference to a mutable value of the 'processingWarnings
' property.
A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might result in an erroneous transcoding. These warnings are generated before YouTube actually processes the uploaded video file. In addition, they identify issues that are unlikely to cause the video processing to fail but that might cause problems such as sync issues, video artifacts, or a missing audio track.
client::JsonCppArray<VideoSuggestionsTagSuggestion > google_youtube_api::VideoSuggestions::mutable_tagSuggestions | ( | ) |
Gets a reference to a mutable value of the 'tagSuggestions
' property.
A list of keyword tags that could be added to the video's metadata to increase the likelihood that users will locate your video when searching or browsing on YouTube.
|
static |
Creates a new default instance.