Class InvideoTiming
Describes a temporal position of a visual widget inside a video.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class InvideoTiming : IDirectResponseSchema
Properties
DurationMs
Defines the duration in milliseconds for which the promotion should be displayed. If missing, the client should use the default.
Declaration
[JsonProperty("durationMs")]
public virtual ulong? DurationMs { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OffsetMs
Defines the time at which the promotion will appear. Depending on the value of type the value of the offsetMs field will represent a time offset from the start or from the end of the video, expressed in milliseconds.
Declaration
[JsonProperty("offsetMs")]
public virtual ulong? OffsetMs { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Type
Describes a timing type. If the value is offsetFromStart, then the offsetMs field represents an offset from the start of the video. If the value is offsetFromEnd, then the offsetMs field represents an offset from the end of the video.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |