새 미디어 레이아웃을 만듭니다. 이 함수로 만든 미디어 레이아웃만 적용할 수 있습니다. 그렇지 않으면 applyLayout 함수가 오류를 발생시킵니다. 미디어 레이아웃이 생성되면 요청을 구성하고 applyLayout 함수로 적용할 수 있습니다. 이러한 미디어 레이아웃 객체는 재사용 (다른 요청에 재할당 가능)을 위해 만들어졌지만 스트림마다 다릅니다 (각 스트림에 대해 만들어야 함).
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-02-05(UTC)"],[[["This content is part of the Google Workspace Developer Preview Program, offering early access to new features."],["The `createMediaLayout` function is used to generate new media layouts, a prerequisite for applying them."],["Media layouts are reusable but must be created individually for each stream."],["The function requires `canvasDimensions` to define the layout's rendering size."],["The `createMediaLayout` function returns a `MediaLayout` object which can then be applied."]]],[]]