Class InvideoBranding
Describes an invideo branding.
Implements
Inherited Members
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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |