Class Cuepoint
Note that there may be a 5-second end-point resolution issue. For instance, if a cuepoint comes in for 22:03:27, we may stuff the cuepoint into 22:03:25 or 22:03:30, depending. This is an artifact of HLS.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class Cuepoint : IDirectResponseSchema
Properties
CueType
Declaration
[JsonProperty("cueType")]
public virtual string CueType { get; set; }
Property Value
Type | Description |
---|---|
string |
DurationSecs
The duration of this cuepoint.
Declaration
[JsonProperty("durationSecs")]
public virtual long? DurationSecs { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The e-tag of this response.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
Will be set by the service deserialization method, or the by json response parser if implemented on service.
Id
The identifier for cuepoint resource.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
InsertionOffsetTimeMs
The time when the cuepoint should be inserted by offset to the broadcast actual start time.
Declaration
[JsonProperty("insertionOffsetTimeMs")]
public virtual long? InsertionOffsetTimeMs { get; set; }
Property Value
Type | Description |
---|---|
long? |
WalltimeMs
The wall clock time at which the cuepoint should be inserted. Only one of insertion_offset_time_ms and walltime_ms may be set at a time.
Declaration
[JsonProperty("walltimeMs")]
public virtual ulong? WalltimeMs { get; set; }
Property Value
Type | Description |
---|---|
ulong? |