YouTubeState
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"youtube_state" , type_id =
"gdata_youtube_state_get_type ()" ) ]
public class YouTubeState :
Parsable
All the fields in the YouTubeState structure are private and should never be accessed directly.
Content:
Properties:
- public string help_uri { get; construct; }
A URI for a YouTube Help Center page that may help the developer or the
video owner to diagnose the reason that an upload failed or was rejected.
- public string message { get; construct; }
A human-readable description of why the video failed to upload.
- public string name { get; construct; }
The name of the status of the unpublished video.
- public string reason_code { get; construct; }
The reason code explaining why the video failed to upload.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object