[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDaiEncodingProfileService\u003c/code\u003e relates to video settings within an encoding profile, containing properties like codec, bitrate, frames per second, and resolution.\u003c/p\u003e\n"],["\u003cp\u003eVideo settings include codec, bitrate (between 32kbps and 250 Mbps), frames per second (truncated to three decimal places), and resolution, all specified within the \u003ccode\u003eVideoSettings\u003c/code\u003e section.\u003c/p\u003e\n"],["\u003cp\u003eThis service utilizes the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e for its operations and data structures.\u003c/p\u003e\n"]]],["The core content details the `VideoSettings` within the `DaiEncodingProfileService`, part of the `DaiEncodingProfile` dependency. Key information includes the `codec` (RFC6381 string), `bitrate` (32kbps-250Mbps), `framesPerSecond` (truncated to three decimal places), and `resolution` (in pixels). These elements define the video characteristics of an encoding profile within the specified namespace (`https://www.google.com/apis/ads/publisher/v202411`). The namespace of this service is provided.\n"],null,["# type VideoSettings (v202411)\n\n**Service** \n**DaiEncodingProfileService** **Dependencies** \n[DaiEncodingProfile](/ad-manager/api/reference/v202411/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/v202411`\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/v202411/DaiEncodingProfileService.Size)` ` The resolution of the video, in pixels. |"]]