AudioOutputType: {
    bitrate?: number;
    channel?: number[];
    codec?: string;
    format?: string;
    framerate?: TimeBaseType;
    stream?: number[];
}

Type declaration

  • Optional bitrate?: number
  • Optional channel?: number[]
  • Optional codec?: string
  • Optional format?: string
  • Optional framerate?: TimeBaseType
  • Optional stream?: number[]