FfprobeResult constructor

FfprobeResult({
  1. List<Stream>? streams,
  2. Format? format,
})

Implementation

FfprobeResult({
  this.streams,
  this.format,
});