Show / Hide Table of Contents

Class InvideoBranding

LINT.IfChange Describes an invideo branding.

Inheritance
System.Object
InvideoBranding
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class InvideoBranding : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ImageBytes

The bytes the uploaded image. Only used in api to youtube communication.

Declaration
[JsonProperty("imageBytes")]
public virtual string ImageBytes { get; set; }
Property Value
Type Description
System.String

ImageUrl

The url of the uploaded image. Only used in apiary to api communication.

Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
Type Description
System.String

Position

The spatial position within the video where the branding watermark will be displayed.

Declaration
[JsonProperty("position")]
public virtual InvideoPosition Position { get; set; }
Property Value
Type Description
InvideoPosition

TargetChannelId

The channel to which this branding links. If not present it defaults to the current channel.

Declaration
[JsonProperty("targetChannelId")]
public virtual string TargetChannelId { get; set; }
Property Value
Type Description
System.String

Timing

The temporal position within the video where watermark will be displayed.

Declaration
[JsonProperty("timing")]
public virtual InvideoTiming Timing { get; set; }
Property Value
Type Description
InvideoTiming

Implements

IDirectResponseSchema
Back to top