AudioShapeFrame constructor

AudioShapeFrame({
  1. int epoch = 0,
  2. int sequence = 0,
  3. int frameSizeInInterleavedSamples = 0,
  4. int timeStampInInterleavedSamples = 0,
  5. List<AudioShapeSetValues> shapeSetValues = const [],
})

Implementation

AudioShapeFrame({
    this.epoch = 0,
    this.sequence = 0,
    this.frameSizeInInterleavedSamples = 0,
    this.timeStampInInterleavedSamples = 0,
    this.shapeSetValues = const [],
});