NIMAudioAttachment(- {int? duration,
- bool? autoTransform,
- String? text,
- String? path,
- required int? size,
- String? md5,
- String? url,
- String? displayName,
- String? extension,
- int? expire,
- NIMNosScene nosScene = NIMNosScenes.defaultIm,
- bool forceUpload = false}
)
Implementation
NIMAudioAttachment(
{this.duration,
this.autoTransform,
this.text,
String? path,
required int? size,
String? md5,
String? url,
String? displayName,
String? extension,
int? expire,
NIMNosScene nosScene = NIMNosScenes.defaultIm,
bool forceUpload = false})
: super(
path: path,
size: size,
md5: md5,
url: url,
displayName: displayName,
extension: extension,
expire: expire,
nosScene: nosScene,
forceUpload: forceUpload);