type VideoSettings (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
DaiEncodingProfileService
Information about the video settings of an encoding profile.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
codec
|
xsd:string
The RFC6381 codec string of the audio.
|
bitrate
|
xsd:long
The bitrate of the video, in bits per second. This value must be between 32kbps and 250 Mbps.
|
framesPerSecond
|
xsd:double
The frames per second of the video. This value will be truncated to three decimal places.
|
resolution
|
Size
The resolution of the video, in pixels.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDaiEncodingProfileService\u003c/code\u003e and \u003ccode\u003eDaiEncodingProfile\u003c/code\u003e provide ways to manage video encoding settings within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eVideoSettings\u003c/code\u003e define crucial aspects of video encoding like codec, bitrate, frames per second, and resolution using specific data types.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVideoSettings\u003c/code\u003e are a part of the \u003ccode\u003eDaiEncodingProfileService\u003c/code\u003e within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAcceptable values for video bitrate range from 32kbps to 250 Mbps and frames per second are truncated to three decimal places for accuracy.\u003c/p\u003e\n"]]],["The core content details the `VideoSettings` within the `DaiEncodingProfileService`. Key information includes the `codec` (RFC6381 string), `bitrate` (32kbps-250 Mbps), `framesPerSecond` (truncated to three decimal places), and `resolution` (in pixels, using `Size` type). The namespace for these settings is `https://www.google.com/apis/ads/publisher/v202408`. These settings define the video characteristics for an encoding profile.\n"],null,["# type VideoSettings (v202408)\n\n**Service** \n**DaiEncodingProfileService** **Dependencies** \n[DaiEncodingProfile](/ad-manager/api/reference/v202408/DaiEncodingProfileService.DaiEncodingProfile) \n▼\n**VideoSettings**\n\nInformation about the video settings of an encoding profile.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|-----------------------|------------------------------------------------------------------------------------------------------------------------|\n| ### `codec` | ` `xsd:`string` The RFC6381 codec string of the audio. |\n| ### `bitrate` | ` `xsd:`long` The bitrate of the video, in bits per second. This value must be between 32kbps and 250 Mbps. |\n| ### `framesPerSecond` | ` `xsd:`double` The frames per second of the video. This value will be truncated to three decimal places. |\n| ### `resolution` | ` `[Size](/ad-manager/api/reference/v202408/DaiEncodingProfileService.Size)` ` The resolution of the video, in pixels. |"]]