StreamingLayout.custom constructor

const StreamingLayout.custom({
  1. required String compositionId,
  2. Map<String, CompositionParamValue>? compositionParams,
  3. Map<String, String>? sessionAssets,
})

Allows for custom layouts.

See Custom video layouts with VCS baseline composition

Implementation

const factory StreamingLayout.custom({
  required String compositionId,
  Map<String, CompositionParamValue>? compositionParams,
  Map<String, String>? sessionAssets,
}) = _CustomLayout;