ComposeVideoResult constructor
ComposeVideoResult({})
Implementation
ComposeVideoResult({
required this.taskId,
required this.outputVideoPath,
required this.width,
required this.height,
required this.durationMs,
required this.codec,
});