[[["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-05-15 UTC."],[[["The `DaiEncodingProfileService` encompasses video settings information within an encoding profile."],["Video settings include crucial parameters like codec, bitrate (ranging from 32kbps to 250Mbps), frames per second (truncated to three decimal places), and resolution."],["The service utilizes a specific namespace for its operations and defines data types for these video settings."]]],["The `DaiEncodingProfileService` utilizes `VideoSettings` to define video configurations. Key parameters include `codec` (audio codec string), `bitrate` (video bitrate between 32kbps and 250 Mbps), `framesPerSecond` (frames per second, truncated to three decimals), and `resolution` (video dimensions using `Size`). These settings are part of the encoding profile, which is used by the service. The service's namespace is specified.\n"]]