MsSmoothOutputSettings constructor

MsSmoothOutputSettings({
  1. MsSmoothH265PackagingType? h265PackagingType,
  2. String? nameModifier,
})

Implementation

MsSmoothOutputSettings({
  this.h265PackagingType,
  this.nameModifier,
});