Class MediaUrlsStruct
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class MediaUrlsStruct : IDirectResponseSchema
Properties
DashManifestUrl
URL for a dash manifest for playback
Declaration
[JsonProperty("dashManifestUrl")]
public virtual string DashManifestUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HlsMasterPlaylistUrl
URL for a hls master playlist for playback
Declaration
[JsonProperty("hlsMasterPlaylistUrl")]
public virtual string HlsMasterPlaylistUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviewUrl
URL for animated preview clip representing the event session
Declaration
[JsonProperty("previewUrl")]
public virtual string PreviewUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThumbnailUrl
URL for thumbnail image representing the event session
Declaration
[JsonProperty("thumbnailUrl")]
public virtual string ThumbnailUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |