Show / Hide Table of Contents

Class VideoSettings

Video Settings

Inheritance
object
VideoSettings
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.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class VideoSettings : IDirectResponseSchema

Properties

CompanionSettings

Settings for the companion creatives of video creatives served to this placement.

Declaration
[JsonProperty("companionSettings")]
public virtual CompanionSetting CompanionSettings { get; set; }
Property Value
Type Description
CompanionSetting

DurationSeconds

Duration of a video placement in seconds.

Declaration
[JsonProperty("durationSeconds")]
public virtual int? DurationSeconds { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#videoSettings".

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

ObaEnabled

Whether OBA icons are enabled for this placement.

Declaration
[JsonProperty("obaEnabled")]
public virtual bool? ObaEnabled { get; set; }
Property Value
Type Description
bool?

ObaSettings

Settings for the OBA icon of video creatives served to this placement. If this object is provided, the creative-level OBA settings will be overridden.

Declaration
[JsonProperty("obaSettings")]
public virtual ObaIcon ObaSettings { get; set; }
Property Value
Type Description
ObaIcon

Orientation

Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation.

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

SkippableSettings

Settings for the skippability of video creatives served to this placement. If this object is provided, the creative-level skippable settings will be overridden.

Declaration
[JsonProperty("skippableSettings")]
public virtual SkippableSetting SkippableSettings { get; set; }
Property Value
Type Description
SkippableSetting

TranscodeSettings

Settings for the transcodes of video creatives served to this placement. If this object is provided, the creative-level transcode settings will be overridden.

Declaration
[JsonProperty("transcodeSettings")]
public virtual TranscodeSetting TranscodeSettings { get; set; }
Property Value
Type Description
TranscodeSetting

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX