[[["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-02-13 UTC."],[[["The `DaiEncodingProfileService` allows publishers to define and manage video encoding profiles for Dynamic Ad Insertion (DAI)."],["`VideoSettings` within the service define the codec, bitrate, frames per second, and resolution of a video stream used for encoding."],["Profiles use the RFC6381 codec string, require a bitrate between 32kbps and 250Mbps, and video resolution is specified in pixels using a `Size` object."]]],["The DaiEncodingProfileService utilizes `VideoSettings` to define encoding profiles. Key video settings include `codec` (RFC6381 string), `bitrate` (32kbps-250Mbps), `framesPerSecond` (truncated to three decimal places), and `resolution` (in pixels). These settings are defined under the namespace `https://www.google.com/apis/ads/publisher/v202402`. The specified bitrate, frames per second and resolution are critical values for defining the video settings.\n"]]