Class VideoStatus
Basic details about a video category, such as its localized title. Next Id: 19
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoStatus : IDirectResponseSchema
Properties
Indicates if the video contains altered or synthetic media.
Declaration
[JsonProperty("containsSyntheticMedia")]
public virtual bool? ContainsSyntheticMedia { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Embeddable
This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert
youtube.videos.update
Declaration
[JsonProperty("embeddable")]
public virtual bool? Embeddable { get; set; }
Property Value
FailureReason
This value explains why a video failed to upload. This property is only present if the uploadStatus property
indicates that the upload failed.
Declaration
[JsonProperty("failureReason")]
public virtual string FailureReason { get; set; }
Property Value
License
The video's license. @mutable youtube.videos.insert youtube.videos.update
Declaration
[JsonProperty("license")]
public virtual string License { get; set; }
Property Value
MadeForKids
Declaration
[JsonProperty("madeForKids")]
public virtual bool? MadeForKids { get; set; }
Property Value
PrivacyStatus
The video's privacy status.
Declaration
[JsonProperty("privacyStatus")]
public virtual string PrivacyStatus { get; set; }
Property Value
PublicStatsViewable
This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that
the view count, likes, etc will still be visible if this is disabled. @mutable youtube.videos.insert
youtube.videos.update
Declaration
[JsonProperty("publicStatsViewable")]
public virtual bool? PublicStatsViewable { get; set; }
Property Value
PublishAt
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use PublishAtDateTimeOffset instead.")]
public virtual DateTime? PublishAt { get; set; }
Property Value
PublishAtDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? PublishAtDateTimeOffset { get; set; }
Property Value
PublishAtRaw
The date and time when the video is scheduled to publish. It can be set only if the privacy status of the
video is private..
Declaration
[JsonProperty("publishAt")]
public virtual string PublishAtRaw { get; set; }
Property Value
RejectionReason
This value explains why YouTube rejected an uploaded video. This property is only present if the
uploadStatus property indicates that the upload was rejected.
Declaration
[JsonProperty("rejectionReason")]
public virtual string RejectionReason { get; set; }
Property Value
SelfDeclaredMadeForKids
Declaration
[JsonProperty("selfDeclaredMadeForKids")]
public virtual bool? SelfDeclaredMadeForKids { get; set; }
Property Value
UploadStatus
The status of the uploaded video.
Declaration
[JsonProperty("uploadStatus")]
public virtual string UploadStatus { get; set; }
Property Value
Implements