Show / Hide Table of Contents

Class VideoSettings

Video Settings

Inheritance
System.Object
VideoSettings
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

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
System.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