SiteVideoSettings class
Video Settings
Constructors
- SiteVideoSettings({SiteCompanionSetting? companionSettings, String? kind, bool? obaEnabled, ObaIcon? obaSettings, String? orientation, String? publisherSpecificationId, SiteSkippableSetting? skippableSettings, SiteTranscodeSetting? transcodeSettings})
- SiteVideoSettings.fromJson(Map json_)
Properties
- companionSettings ↔ SiteCompanionSetting?
-
Settings for the companion creatives of video creatives served to this
site.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
- obaEnabled ↔ bool?
-
Whether OBA icons are enabled for this placement.
getter/setter pair
- obaSettings ↔ ObaIcon?
-
Settings for the OBA icon of video creatives served to this site.
getter/setter pair
- orientation ↔ String?
-
Orientation of a site template used for video.
getter/setter pair
- publisherSpecificationId ↔ String?
-
Publisher specification ID used to identify site-associated publisher
requirements and automatically populate transcode settings.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skippableSettings ↔ SiteSkippableSetting?
-
Settings for the skippability of video creatives served to this site.
getter/setter pair
- transcodeSettings ↔ SiteTranscodeSetting?
-
Settings for the transcodes of video creatives served to this site.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited