[[["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 2024-08-20 UTC."],[[["The `DaiEncodingProfileService` and `DaiEncodingProfile` provide ways to manage video encoding settings within Google Ad Manager."],["`VideoSettings` define crucial aspects of video encoding like codec, bitrate, frames per second, and resolution using specific data types."],["The `VideoSettings` are a part of the `DaiEncodingProfileService` within the namespace `https://www.google.com/apis/ads/publisher/v202408`."],["Acceptable values for video bitrate range from 32kbps to 250 Mbps and frames per second are truncated to three decimal places for accuracy."]]],["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"]]