Show / Hide Table of Contents

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.

Inheritance
object
Cuepoint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

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?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX