AudioTranscodePresetType: {
    allChannel?: boolean;
    bitrate?: number;
    channel?: number[];
    codec?: string;
    framerate?: TimeBaseType;
    mix?: AudioTranscodePresetMixType[];
    monoFile?: boolean;
    noAudio?: boolean;
    otif?: OtifPresetType;
    output?: AudioOutputType[];
    preset?: string[];
    setting?: KeyValuePairType[];
    stream?: number[];
}

Type declaration