Stream constructor

Stream({
  1. int? index,
  2. String? codeName,
  3. String? codecLongName,
  4. String? profile,
  5. String? codecType,
  6. String? codecTimeBase,
  7. String? codecTagString,
  8. String? codecTag,
  9. int? width,
  10. int? height,
  11. int? codecWidth,
  12. int? codecHeight,
  13. int? closedCaptions,
  14. int? hasBFrames,
  15. String? pixFmt,
  16. int? level,
  17. String? colorRange,
  18. String? colorSpace,
  19. String? colorTransfer,
  20. String? colorPrimaries,
  21. String? chromaLocation,
  22. int? refs,
  23. String? isAvc,
  24. String? nalLengthSize,
  25. String? rFrameRate,
  26. String? avgFrameRate,
  27. String? timeBase,
  28. int? startPts,
  29. Duration? startTime,
  30. int? durationTs,
  31. Duration? duration,
  32. String? bitRate,
  33. String? bitsPerRawSample,
  34. String? maxBitRate,
  35. String? nbFrames,
  36. Disposition? disposition,
  37. Tags? tags,
  38. String? sampleFmt,
  39. String? sampleRate,
  40. int? channels,
  41. String? channelLayout,
  42. int? bitsPerSample,
})

Implementation

Stream({
  this.index,
  this.codeName,
  this.codecLongName,
  this.profile,
  this.codecType,
  this.codecTimeBase,
  this.codecTagString,
  this.codecTag,
  this.width,
  this.height,
  this.codecWidth,
  this.codecHeight,
  this.closedCaptions,
  this.hasBFrames,
  this.pixFmt,
  this.level,
  this.colorRange,
  this.colorSpace,
  this.colorTransfer,
  this.colorPrimaries,
  this.chromaLocation,
  this.refs,
  this.isAvc,
  this.nalLengthSize,
  this.rFrameRate,
  this.avgFrameRate,
  this.timeBase,
  this.startPts,
  this.startTime,
  this.durationTs,
  this.duration,
  this.bitRate,
  this.bitsPerRawSample,
  this.maxBitRate,
  this.nbFrames,
  this.disposition,
  this.tags,
  this.sampleFmt,
  this.sampleRate,
  this.channels,
  this.channelLayout,
  this.bitsPerSample,
});