build abstract method

  1. @override
Future<FfmpegStream> build(
  1. FfmpegBuilder builder,
  2. CompositionSettings settings
)
override

Adds this composition to the composition tree in the given builder.

Implementation

@override
Future<FfmpegStream> build(FfmpegBuilder builder, CompositionSettings settings);